How to install and configure PHP
PHP is a general-purpose scripting language well-suited for Web development since PHP scripts can be embedded into HTML. This guide explains how to install and configure PHP in an Ubuntu System with Apache2 and MySQL. Install PHP PHP is available on Ubuntu Linux, but unlike Python (which comes pre-installed), must be manually installed. To install PHP …