News

XAMPP use mod_php to run php, that mean you only work with 1 php version with xampp. To resolve this, i use mod_fcgi instead mod_php. With mod_fcgi we can redirect request to correctly php version we ...
Currently, Xampp PHP Switcher does not have an automatic update mechanism, we have to do it manually step by step as follows: Backup the file settings.ini in the folder where Xampp PHP Switcher ...
If you want to learn how to run a PHP file in XAMPP, this guide has all the information you need in 5 simple steps. Additional tips included!
My Ubuntu server on DigitalOcean ran on PHP 5 and I didn’t update it for years. When I checked on my server, the current PHP version was 7.3 and therefore, the update must be done as soon as possible.
This guide explains how to create a MySQL database and table using PHP and how to create them manually via phpMyAdmin using XAMPP stack.