Search found 2 matches

by Umesh37
Fri Jan 15, 2010 1:09 am
Forum: PHP - Code
Topic: about the error in the code
Replies: 2
Views: 87

about the error in the code

<html> <head> <title>PHP Test</title> </head> <body> <p>this is html line <p> <?php echo "this is php line"; phpinfo(); ?> </body></html> this my PHP script. i have installed Apache web Server,Mysql 5.0,PHP 5.2.11,& Internet Explorer 6.0.But after deploying on web browser it shows only...
by Umesh37
Fri Jan 08, 2010 1:39 am
Forum: PHP - Code
Topic: Running the PHP Script
Replies: 2
Views: 91

Running the PHP Script

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 ...