Ok I've installed apache+php about half a dozen times now and I have never seen this before.
When I put in the url http://localhost/file.php?foo=bar the variable $foo does not get set in file.php (ie. echo $foo shows nothing where it should output "bar").
So I have some code which works on several other systems, but on this new system it just ignores anything passed to it from the browser.
Now here is where it gets strange... I install phpmyadmin, it works fine and it sets variables like ?foo=bar all over the place. I can't see that my code is doing anything different from phpmyadmin. And liek I said before, my code works on several other systems without problems.
I'm using apache 1.3.33, php 4.3.10, on Debian testing (apt-getted (apt-got?) yesterday).
What am I missing here?