Hi all,
I'm facing a strange problem.
After installing PHP 4.x on Windows 2003 with IIS6 I can make a simpel test.php page with the phpinfo() command in it. And it works...........
I thought that phpinfo() should be enough to check if PHP is running on the server.
But.
If I add in a simple i.e. IF ($a>$b) etc. (yes, with $a being larger than $b) it doesn't work. the page is completely empty and the HTML code shows an empty <body></body>
Is IF ELSEIF etc. using somekind of library or is it depending on something else that not activated by default on a Windows 2003 system?
Did the same install procedure on an other full installed 2003 production(!) server and also on a 2000 pro system and both work just fine.
I'm using W2003 in a workgroup with a minimum of modules installed.
I'm facing a strange problem.
After installing PHP 4.x on Windows 2003 with IIS6 I can make a simpel test.php page with the phpinfo() command in it. And it works...........
I thought that phpinfo() should be enough to check if PHP is running on the server.
But.
If I add in a simple i.e. IF ($a>$b) etc. (yes, with $a being larger than $b) it doesn't work. the page is completely empty and the HTML code shows an empty <body></body>
Is IF ELSEIF etc. using somekind of library or is it depending on something else that not activated by default on a Windows 2003 system?
Did the same install procedure on an other full installed 2003 production(!) server and also on a 2000 pro system and both work just fine.
I'm using W2003 in a workgroup with a minimum of modules installed.