How To Install XAMPP On Windows

The popular XAMPP package which contains built-in services for running a web server (Apache, MySQL, PHP) can be great for testing on local systems before actually doing anything on live websites. An earlier post explained how to get XAMPP running on Linux Mint/Ubuntu. Here is how to install it on Windows : 1. Download the XAMPP setup from here. 2. Run the setup and make sure to install in drive root...

How To Install XAMPP On Linux Mint

XAMPP provides a free complete suite of PHP,MySQL and Apache as a framework for developing web based applications. Here is how to install it on Linux Mint : 1. Download the package for Linux from here. 2. Make sure to extract the downloaded package as administrator (Right click on the package and select Open as administrator) and unzip it in the /opt folder. 3. Start XAMPP by typing sudo /opt/lampp/lampp...