I try to install PHP module into IIS on a W2000 system like in the documentation from ! I receive error messages like :
Notice: Undefined variable : name in c:\inetpub\ on line 3
and at line 3 I have : if ($name=="John"
Which is the error ? I test this with an Apache server with php and it works very well....
Notice: Undefined variable : name in c:\inetpub\ on line 3
and at line 3 I have : if ($name=="John"
Which is the error ? I test this with an Apache server with php and it works very well....