Archives - Tag

How to install phpMyAdmin on CentOS

Introduction In this article we will learn how to install phpMyAdmin on CentOS. The database utility, phpMyAdmin, is used for managing MySQL databases through a graphical web-based interface. It can be configured to manage a local database (on the same system), or a remote database (over a network). Prerequisites LAMP (Linux, Apache, MySQL, PHP) stack installed on…

How to install latest versions of PHP on CentOS

Since PHP 5.4 has achieved end of life, it is no longer being developed, although it is still available in the official CentOS 7 software repository. To keep your CentOS 7 system up-to-date with the latest features and security patches, you need a newer version of PHP, which is usually the most recent version. In…

How To Install PHP 7.4 on Debian 10

Introduction PHP is the most widely used server-side scripting language in creation of dynamic web pages. PHP applications usually work well with HTML and interact with relation database management systems, here are the steps to Install PHP 7.4 on Debian 10. PHP is an open-source server-side programming language that may be used to construct a…

How to install PHP 7.4 on Ubuntu 20.04

Introduction PHP (a made up word for PHP: Hypertext Preprocessor) is an embedded scripting language in HTML that is widely used due to its flexibility and ease of use in web development, follow the given steps to install PHP 7.4 on Ubuntu 20.04. Install Dependencies In order for PHP to be successfully installed, the following…

How To Install PHP 7.4 on Fedora 36/35/34/33/32/31

In this article, you will learn how to install PHP 7.4 on Fedora 36/35/34/33/32/31.   PHP (a made up word for PHP: Hypertext Preprocessor) is an embedded scripting language in HTML that is widely used due to its flexibility and ease of use in web development. PHP is an open-source server-side programming language that may be…

How To Install a PHP Version in WHM

Description PHP, which stands for “Hypertext PreProcessor,” is the most popular open source and general purpose server side scripting language. Its primary application is in web development, namely in the production of dynamic websites and applications. Rasmus Lerdorf came up with the idea for it in the year 1994. WHM (WebHost Manager) is a control…