Page 1 of 1

Running PHP scripts

Posted: Tue Jan 15, 2008 5:55 am
by keerti_somu
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? :banghead:
<HTML>
<HEAD>
<TITLE>Welcome to PHP Programming</TITLE>
</HEAD>
<BODY>
<?php
echo "Hello keerti";
?>
</BODY>
</HTML>


Thanks & Regards
Keerti Somasundaram

Re: Running PHP scripts

Posted: Tue Jan 15, 2008 6:36 am
by VladSun
You need a web server. Search for Apache.

Re: Running PHP scripts

Posted: Tue Jan 15, 2008 9:56 pm
by keerti_somu
Will i not be able to use IIS itself i read in some article that PHP can run using IIS or Apache ?

Thanks & Regards
Keerti Somasundaram

Re: Running PHP scripts

Posted: Tue Jan 15, 2008 10:09 pm
by jimthunderbird