PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am using PHP Editor to code in PHP.
This is my code.when i try to see in browser window i am not able to see the PHP output. can anybody help me?
<HTML>
<HEAD>
<TITLE>Welcome to PHP Programming</TITLE>
</HEAD>
<BODY>
<?php
echo "Hello keerti";
?>
</BODY>
</HTML>