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>
Running the PHP Script
Moderator: General Moderators
Re: Running the PHP Script
Hi Umesh,
1. make sure the file has the .php extension
2. the file should be in your www directory
3. Apache and PHP should be running (start wampserver)
other than that, open your file with your browser, the output should be "hello php"
1. make sure the file has the .php extension
2. the file should be in your www directory
3. Apache and PHP should be running (start wampserver)
other than that, open your file with your browser, the output should be "hello php"
Re: Running the PHP Script
Hi,
now a bit of topic: Please, don't use IE 6!
now a bit of topic: Please, don't use IE 6!