Php Code problem

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
05ubaid
Forum Newbie
Posts: 2
Joined: Mon Oct 04, 2010 1:52 am

Php Code problem

Post by 05ubaid »

Hi,
I am new to PHP. I am writing following code but I am not retrieving the output "Hello World". Please help me. I am waiting
anxiously your precious help.


<html>
<body>

<?php
echo "Hello World";
?>

</body>
</html>
amargharat
Forum Commoner
Posts: 82
Joined: Wed Sep 16, 2009 2:43 am
Location: Mumbai, India
Contact:

Re: Php Code problem

Post by amargharat »

Your code is right.

verify php configured correctly.
05ubaid
Forum Newbie
Posts: 2
Joined: Mon Oct 04, 2010 1:52 am

Re: Php Code problem

Post by 05ubaid »

Hi,

I am totally new. I have no idea about configuration of php. Can you elaborate me?. Waiting your precious help;
Post Reply