Search results

  1. M

    Send Extra Parameters .p

    Hello Everybody, there any way to send extra parameters to a program .p? eg. in PHP exist the GET mode and I can send parameters for this method index.php?p1=hello&p2=world and within the file I can read.. echo "$_GET['p1'] $_GET['p2']". Then I need to know if...
Back
Top