Hai frnds,
Ahh...:?: I started learning PHP by my self frm somr Online tuts,And tried my first
script.yes here it is
<html>
<Head>
My first PHP By my own
</head>
<body>
<?php
echo "My first program and its a failure"
?>
</BODY>
</html>
But,The problem is..:confused: that iam not getting desired output
My compiler is spitting at me
THIS
hsetaknev@hsetaknev-desktop:~$ php as.php
<html>
<Head>
My first PHP By my own
</head>
<body>
My first program and its a failure</BODY>
</html>
hsetaknev@hsetaknev-desktop:~$
Please Help me