im working on win xp with apache 2.0.55 ,php4
when i run the code
<html>
<head></head>
<body>
abcdefrr
<br />
<?php
// print output
echo 'php code ';
?>
</body>
</html>
i get output on browser
abcdefrr
----please help me run php code embeded in html page
also the case when i run a page containing only php code then output is a blank page reply soon