Thursday 9 June 2011

How To Execute PHP Script



How to execute php script?
Answer: To execute php script first you need to download Xampp software from the net. After downloading the software you can find Xampp icon on the desktop. Double click that icon. You can see the Apche and Mysql options on the window. Start these two servers.

To see if the Xampp is installed properly or not, open the browser and type http://localhost/xampp/

*Save every php script file in Xampp>htdocs location.

*save the file with ”.php” extension.
Now open the file with browser. 

1 comment: