Running PHP scripts

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!

Moderator: General Moderators

Post Reply
keerti_somu
Forum Newbie
Posts: 2
Joined: Tue Jan 15, 2008 5:52 am

Running PHP scripts

Post 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
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Running PHP scripts

Post by VladSun »

You need a web server. Search for Apache.
There are 10 types of people in this world, those who understand binary and those who don't
keerti_somu
Forum Newbie
Posts: 2
Joined: Tue Jan 15, 2008 5:52 am

Re: Running PHP scripts

Post 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
User avatar
jimthunderbird
Forum Contributor
Posts: 147
Joined: Tue Jul 04, 2006 3:59 am
Location: San Francisco, CA

Re: Running PHP scripts

Post by jimthunderbird »

Post Reply