Okay, I think I've sussed it to a degree. I didn't realise you couldn't just open .php files in IE, you have to "publish" them to
http://localhost/mypage.php
But why am I getting this error from a script in the book I'm reading ?
Parse error: parse error, unexpected T_ECHO in C:/FoxServ/www/hello.php on line 5
... from this simple hello world page ?!? ....
< html>
< head>
< body>
< ?php>
echo ?< p>Hello World!?
?>
< /body>
< /html>
(ignoring the extra spaces after the < of course)
Argh ! Frustration ! Any help gratefully grasped ....