I have tested php on apache server and on IIS in XP pro. None of the above have been succesful. The following example does not work, the "Hi, I'm a PHP script" does not appear in the browser:
<html> <head> <title>Example</title> </head> <body> <?php echo "Hi, I'm a PHP script!"; ?> </body> </html> There is NO errormessage, but the browser remains blank. Im using iis 5.1 and the latest php installation program. Anyone know what the problem is? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php