I have installed the version 4.0.6 To work php under win2000, I followed the next procedure: http://www.umesd.k12.or.us/php/win32install.html The problem is: for example href=test.php?id=45 when I call $id, this parameter is empty. When I use this procedure with apache, the value of $id is 45 Can somebody help me?
Hello Make sure that you have register_globals on in you your php.ini file.
Happy Coding
Vinay