squishy
02-02-2007, 04:46 PM
How do I retrieve information sent in a URL in the form:
http://www.mysite.com/a_php_file.php?blahblahblah
Instead of what my PHP sources tell me to do, which is:
http://www.mysite.com/a_php_file.php?variable=blahblahblah
I have seen Perl scripts do this. I only assume PHP can as well... but I have yet to find sources telling me how.
If I dont include the variable, the PHP parser tells me there is an error...
http://www.mysite.com/a_php_file.php?blahblahblah
Instead of what my PHP sources tell me to do, which is:
http://www.mysite.com/a_php_file.php?variable=blahblahblah
I have seen Perl scripts do this. I only assume PHP can as well... but I have yet to find sources telling me how.
If I dont include the variable, the PHP parser tells me there is an error...