News

Indeed XAMPP server is the best way to run PHP files on a windows machine but in Linux. We can use the same software or a LAMP server to achieve the same results. A XAMPP server is a cross-platform ...
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 ...