In this post we discuss how to install WAMP server. It is very easy.Previous post I gave a link to download the WAMP server. I know it is not a direct link. So this is some direct link for WAMP Server
1. Download from given link..
3.This is the opening window and click on the next....
4.WAMP is a open source software under the GPL(Genaral Public License). Choose "I accept the agreement " and click Next.
5. If there is enough space in C drive then no need t change the directory. continue with Next...
6. If you want to add desktop icon or quick launch icon of the WAMP Server then check the boxes. Continue..
7. Install the product by clicking install in the window...
6. Check the option "Launch wamp server now" and finish. Or go to start menu and type "wamp" then click "start wamp server" icon to run it. If all are working correctly you can see green color icon on your screen.
7. Go to C directory(your installed directory) and there you can see folder named "wamp". Inside the wamp folder there is a subfolder named "www". Inside it create a folder and name it as "PHP". All your .php files must save here otherwise it won't work. You can use www folder also for the save .php files. But it is very easy if you can create a folder like php to save your files inside the www folder.
8. Go to your browser and type "localhost"(without double quotes) or "http://localhost" and enter. If your wamp server working correct then you will get page like below. localhost means www folder and displays the index.php file which inside the www folder. Type "http://localhost/php/yourFileName.php" to run your .php files.
This is the end of installing part. Next post I'll tel you how to write your first php file. I think this is the easiest way to install php to your pc.
Now your computer ready to php and now your chance to write php codes.....
Enjoy !