PHP
PHP is a scripting langauge that can be used to:
- Create a standalone application
- Dynamically build web pages on a web server
To install the PHP scripting language:
sudo apt-get install php5
If you want to create dynamic content in your website you may wish to install PHP using:
sudo apt-get install libapache2-mod-php5