Hi
I've just upgraded to Apache 2 on my linux box, installed the latest stable PHP4 and am having some weird problems 🙂
I know very little about PHP, but I think the install went okay. I made the changes recommended in httpd.conf and the server restarted okay.
PHP pages are happily being served by Apache, but PHP seems to ignoring any name/pair values being passed by the web browser - for example, with the following URL:
http://myserver/test.php?testvalue=abc
PHP doesn't seem to be able to see "testvalue" at all 🙁
Has anyone got any ideas?!?
Many thanks in advance!