i'm getting the same error, not with pws but with apache (in it's ibm version)
i did the php 4.06 install by the book - did all the changes to php.ini and httpd.conf
Now, in IE 5.5, the address (url), http://localhost, shows the ibm (powered by apache) welcome screen, but
http://localhost/hello.php shows me an error:
Parse error: parse error in c:\ibm http server\htdocs\hello.php on line 3
Where the IE "View/Source" shows this:
<head><title>PHP Test</title></head>
<body>
<? php echo "Hello World<p>"; phpinfo(); ?>
</body>
I tried changing the third line to only one instruction
phpinfo()
or
php echo "Hello World<p>";
but i keep getting the same error message.
What's missing, please ??
Thank you very much
dan radulescu