|
|
Direct Links |
Configuring your PC to run PHP PHP stands for Preprocessor Hypertext. Like HTML it canot be just viewed in browser but requires webserver(eg.Apache) running.PHP is relatively simple webdesigning language and perhaps most widely used language.It is Server side scripting language. Almost everything what you see on internet can be achived using PHP.We will first teach configuring Apache,Wamp and Microsoft IIS(Internet Information Services) to run PHP and configuring Mysql.To create database you should have basic knowledge of Mysql.Even if don't have you will have it's knowledge in next few pages.Web Server by default uses port 80.At a time only one web server out of Apache,wamp,IIS should be running.Otherwise port clash will occur.
Configuring wamp:-You can download latest version of wamp from www.wampserver.comYou wil get .exe file which will get instaled by just clicking.For standalone machine just go with default installation(just go on clicking next).after installation is complete.Go to Start->Programs->Start wampserver.Small Icon will appear in the tray on right side of desktop.Wamp has an inbuid Apache and mysql in it. To confirm the installation is successful, open any browser window and type 127.0.0.1/.If installation is succesful you should see wamp default homepage.If you do not get the results please contact us Remember:-If you are using firewall please allow browser to access internet.Actually it won't actually use the internet but will just establish connection with wamp server running on your computer only.Remember, you do not require internet at all. Learn more about Apache Learn more about IIS |