guys i ve just installed php in my machine!!
i am getting parsing error resulting in a blank page!!
the code is as follows
<HTML>
<HEAD>
<TITLE>My first PHP program</TITLE>
</HEAD>
<BODY>
<?php
----->print(“Hello, cruel world"<BR><BR>\n”);
phpinfo();
?>
</BODY>
</HTML>
when running with the arrow part commented it is running properly and reading