I need some help. I am running on Apache 2.0.39 on WinXP Pro box with PHP 4.2.2 installed as a module (i.e., not the CGI version). All my php files (e.g., foo.php) parse/excute like a charm, but any code embedded in HTML doesnt parse.
Example:
<html>
<body>
<?php
echo "foo";
?>
</body>
</html>
Produces a blank webpage--argh!
Help, please...