configuring php - can't read url variables
Posted: Fri Jul 16, 2004 1:06 pm
Hi, I'm trying to help a client who wants to host their own site & just installed php on their web server. I gave them all the files for their site, which works at 2 independent hosts. However, their setup seems to be unable to read variables passed in the URL string.
For example, the URL might be http://www.test.com/test.php?thisvar=20 but when I reference $thisvar in the code within test.php, it doesn't have a value.
Is there something they need to do w/ their configuration to allow passing variables?
Thanks for your help!
For example, the URL might be http://www.test.com/test.php?thisvar=20 but when I reference $thisvar in the code within test.php, it doesn't have a value.
Is there something they need to do w/ their configuration to allow passing variables?
Thanks for your help!