How To Install And Configure WAMP 3.2.3 Server On Windows 10 20H2

How To Install And Configure WAMP 3.2.3 Server On Windows 10 20H2

What is a WAMP server? WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases. What are we going to install? WAMP Server with Apache 2.4.46 , PHP 7.3.21 (you can go higher if you […]

How To Install XAMPP Plugins In Ubuntu Linux (Installing WordPress Plugin)

install xampp and wordpress in linux plugin

What is XAMPP In Linux? XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. What is WordPress? WordPress is the world’s most popular […]

How to install XAMPP in Ubuntu \ Lubuntu Linux

How to install XAMPP in Ubuntu \ Lubuntu Linux

This is a simple tutorial on how to install XAMPP on our Linux machine. XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. Website to download XAMPP Commands: A simple video on how to install: We hope you enjoyed this article. if that is so […]

How To Install And Configure XAMPP 8.0.3 on Windows 10

insall xampp 8.0.3

What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. Why use XAMPP? Not everyone is used to using Linux servers, […]

How to Install the PHP GeoIP Extension

The GeoIP extension allows you to find the location of an IP address, including the city, state, country, latitude, and longitude.
If you’d like to use the new GeoIP2, MaxMind now offers a pure PHP implementation that doesn’t require a C extension: https://github.com/maxmind/GeoIP2-php.