About This Blog

This blog contains the information about
Programing skills
New Technologies
New Software
Information about Computers
Hardware help





Pages

Thursday, December 30, 2010

How to Run PHP Scripts

Hi, Friends to day i am going to tell you how to run PHP scripts on  you comoputer and develop programs on php.

To Run PHP you must need webserver

and for running webserver you may need
1.Apache web server (or)
2.wamp server


these two web servers are freeware you can download freely from the internet




Now i will tell you with "WAMP Server"




Download the wamp server from the  wamp official site or from other site


http://www.wampserver.com/en/download.php


and install it in your system

For verification if the "wamp"  is installed correctly or not open the browser
and type   http://localhost/index.php
if it show the php configuration then we can think that it is installed correctly




after installation you can see the wamp server icon in the tray


and go to path    C:\wamp\www


and create your folder with your project name


and create the php scripts and save in the folder


For Execution 
Go the browser and in the URL  type like below


http://localhost/project/example.php




For Further information watch this video below


ur's ............... pavan









No comments: