php

How to install WordPress on Ubuntu 18.04 LTS

  WordPress is the most mainstream CMS (content administration framework) on the web. It permits you to effectively set up adaptable sites and sites on top of a MySQL backend with PHP preparing. WordPress has seen amazing reception and is an incredible decision for getting a site going rapidly. After arrangement, practically everything organization should […]

How to Install phpmailer on ubuntu 16.04 | 18.04

PHPMailer is a code library to send messages securely and effectively through PHP code from a web server. Sending messages straightforwardly by PHP code requires an elevated level nature to SMTP standard convention and related issues and vulnerabilities about Email infusion for spamming. In this post, We will PHPMailer on ubutnu 16.04 and 18.04 Step […]

How to install PHP 8.0, 7.4, 7.3 or 7.2 on Ubuntu 16.04 | 18.04 | 20.04

PHP is a general-reason programming language originally designed for net development. It was in the beginning created by using Rasmus Lerdorf in 1994 the PHP reference implementation is now produced by means of The PHP Group. PHP firstly stood for Personal Home Page, however it now stands for the recursive initialism PHP: Hypertext Preprocessor, To […]

How to install and configure LAMP in Redhat 7 / Centos 7 ( Linux, Apache, MariaDB, PHP )

LAMP is an open source Web development platform which uses Linux as the operating system, Apache as the Web server, MariaDB as the relational database and PHP as the server-side scripting language. Step 1: Install Apache web server by using the following commands: [root@localhost ~]# yum install httpd -y Step 2: start and enable httpd […]

How to install PHP 5.6 and Apache in Redhat 7.2

The Apache is an free and open-source cross-platform HTTP Server, Apache web servers are used to serve Web pages requested by client browser, Developed and maintained by Apache Software Foundation.PHP is a serverside programming language and PHP designed for web development, Developer by The PHP Development Team, Zend Technologies, Click here for more details. Step […]

Scroll to top