Php Lesson 1 - Setup localhost Wamp Server
https://realitymug.blogspot.com/2013/12/php-lesson-1-setup-localhost-wamp-server.html
LAMP stands for Linux, Apache, MySQL and PHP.
WAMP stands for Windows, Apache, MySQL and PHP.
XAMPP stands for X(any of four different operating systems), Apache, MySQL , PHP and Perl.\
They are Package of Apache server , Database MySQL , and language PHP which is server side so you have to setup WAMP or XAMPP before starting actual development.
Follow the steps to Setup WAMP
- Download latest version of WAMP from http://www.wampserver.com/en/ .
- Install it into C: drive or any drive where you want.
- Remember if you have P2P Application running like Skype , you have to exit these applications and then open WAMP from start menu or desktop.
- wait untill the icon becomes green , visible in icon tray on right bottom of your screen.
- if it green then setup is successfully done, if orange means you have some application running which having some conflicts, if red then means there is configuration or conflict issue.
- Download latest version of XAMPP from http://www.apachefriends.org/en/xampp.html.
- Install it into C: drive or any drive where you want.
- Remember if you have P2P Application running like Skype , you have to exit these applications and then open XAMPP from start menu or desktop.
- Now Start Apache and MySql.
- if it green then setup is successfully done.
