php in html
Posted: Sun Nov 01, 2009 3:11 pm
I am trying to embedded php into a html.
Here's the test code.
<html>
<body>
hello <BR>
<?php
echo "world is evil";
?>
</body>
</html>
I only see hello , text in echo doesn't appear on the browser.
I am not sure what is wrong with this.
Please let me know how to fix this
Here's the test code.
<html>
<body>
hello <BR>
<?php
echo "world is evil";
?>
</body>
</html>
I only see hello , text in echo doesn't appear on the browser.
I am not sure what is wrong with this.
Please let me know how to fix this