XAMPP Setup and Projects
Install, test and organise a local XAMPP environment for PHP and MySQL projects.
Installing XAMPP on Windows
XAMPP gives you a local web server on your Windows computer. It lets you run PHP pages, use a MyS...
Starting and Testing Apache and MySQL
Apache runs PHP pages and MySQL stores application data. Both services must be running while you ...
Creating Your First XAMPP PHP Project
A XAMPP project belongs inside the htdocs folder so Apache can serve it and process PHP. Create ...
Creating a MySQL Database with phpMyAdmin
A database organises persistent information in related tables. This practice creates a small fict...
Checking a Project Before Development
A short environment check prevents installation, folder and service problems from consuming devel...