PHP is popular language for web programming, this language is free and can install on many operating systems: Windows, Linux, and MacOS. PHP can't run without Apache. What is Apache?
Apache is web server to run a web application that can run on many operating systems (Unix, BSD, Linux, Windows, and MacOS). The protocol used to serve the facility web is using HTTP (Hyper Text Transfer Protocol).
Installation Apache, PHP, and MySQL not easy in Linux, different in Windows operating system, many bundle application for package Apache, PHP, and MySQL like Wamp or XAMPP.
To manage MySQL, we can use PHPMyAdmin with GUI (Graphical User Interface) that easy to use.
In this article, we will to try install package Apache2, PHP5, MySQL and PHPMyAdmin in Ubuntu 12.04 LTS.