Running PHP scripts
Posted: Tue Jan 15, 2008 5:55 am
Hi ,
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>
Thanks & Regards
Keerti Somasundaram
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>
Thanks & Regards
Keerti Somasundaram