Browsing tag

php

How To Install LAMP Stack on Debian 10

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Ubuntu 18.04 LAMP Stack stands for Linux, Apache, MariaDB, and PHP stack. These four popular open source software components are used by most of the web hosting companies, web developers, blogs, and others to host websites. Install LAMP Stack Install Linux Follow the  Step […]

How To Install PHP 7.4 / 7.3 / 7.2 on Ubuntu 18.04 / Ubuntu 16.04

PHP is an open-source programming language widely used for web development. It is an HTML-embedded scripting language for building dynamic web sites. By default, Ubuntu 18.04 and Ubuntu 16.04 ships PHP v7.2 (EOL) and PHP v7.0 (EOL), respectively. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 on Ubuntu […]