Hi,
I am running IIS 4.0 on Windows NT 4.0 and I can't pass variables between scripts using URLs.
If my script is:
echo $test;
and my url is:
127.0.0.1/test.php?test=1
......nothing is displayed. However, I am only having this problem with IIS 4/NT 4. It works fine using Apache/Win2K and IIS 5/Win2K. I also have installed PHPmyAdmin and that is not working either, but I think it has something to do with not passing variables.
However, I have set the register_global to ON in the PHP.ini file, so that is not the problem. Any ideas are greatly appreciated!
Brandon