Chapter 5: Setting Up Your Web Development Environment with the XAMPP Package
In This Chapter
Downloading and installing XAMPP
Testing and configuring your development environment
Troubleshooting your XAMPP installation
XAMPP is a popular all-in-one kit that installs Apache, MySQL, and PHP in one procedure. XAMPP also installs phpMyAdmin, a web application you can use to administer your MySQL databases.
XAMPP can greatly simplify the installation process. The XAMPP installation installs all the software you need for the applications discussed in this book.
XAMPP has stable versions available for Windows, Mac, and several versions of Linux. Because XAMPP installs Apache, MySQL, and PHP, ...