About the video
Length: 4:47 minutes
Level: Beginner
Video Notes
One can Install PHP & Apache HTTP separately
- www.apache.org
- www.php.net
Install PHP & Apache HTTP together
- XAMPP, WAMP, EasyPHP, MAMP
- Simple & Quick
- XAMPP
- Cross Platform
- Simple & Quick Setup
- www.apachefriends.org/en/xampp.html
- Windows users recommended to download and use installer
Start Apache to enable PHP parsing on local development environment
- XAMPP web root:
- c:\xampp\htdocs
- Access URL’s:
- http://localhost/ Or http://127.0.0.1/