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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.