Running the PHP Script
Posted: Fri Jan 08, 2010 1:39 am
Respected Sir,
I myself Umesh H.Annegirikar.
I am just start to studying the PHP.
I have installed the PHP5.2 on my machine & WAMP Server.
my machine having 256MB RAM,120GB HDD,&INTEL p4 processsor.
But I don't understand how to compile my simple script & deploy on Internet Explorer 6.0
which command is used OR how the script is compiled please tell me..
i am new to php
my script is
<html>
<head>
<title> first script</title>
</head>
<body>
<b>
<?php
print "hello php";
?>
</b>
</body>
</html>
I myself Umesh H.Annegirikar.
I am just start to studying the PHP.
I have installed the PHP5.2 on my machine & WAMP Server.
my machine having 256MB RAM,120GB HDD,&INTEL p4 processsor.
But I don't understand how to compile my simple script & deploy on Internet Explorer 6.0
which command is used OR how the script is compiled please tell me..
i am new to php
my script is
<html>
<head>
<title> first script</title>
</head>
<body>
<b>
<?php
print "hello php";
?>
</b>
</body>
</html>