Hi:
We seem to have a problem with our php installation on a win2k server. For some reason, variables are not being transferred from either forms or even URLs to the script it self. For example, take this:
testvar.php?name=mark
This file is supposed to simply echo $name, but it's saying:
Notice: Undefined variable: name in C:\Inetpub\www\newcolospace\wwwroot\test\testvar.php on line 1
Any idea what is causing this? I'm a developer, I can't handle this sys admin stuff!