Hi all,
I'm kinda newbie in PHP, and I have a question about parsing data into PHP variables from URL used to request the PHP document. I would like to do the following:
When URL with arguments after question mark is entered and loaded, arguments are inserted into PHP variables. For example, if user writes "www.mysite.com/thefile.php?var1=50" the "thefile.php" inserts the value 50 into $var1. I have read somewhere that this should be done automatically, but I just couldn't get that work (my variables are still empty)..
Help, advice, anything...?