LAMP Development - (Linux O/S - Apache Web Server - MySQL Relational Database - PHP Web Scripting Language)
LAMP The acronym LAMP refers to a solution stack of software, usually free and open source software, used to run dynamic Web sites or servers. The original expansion is as follows:


The combination of these technologies is used primarily to define a web server infrastructure, define a programming paradigm of developing software, and establish a software distribution package. Though the originators of these open source programs did not design them all to work specifically with each other, the combination has become popular because of its low acquisition cost and because of the ubiquity of its components (which come bundled with most current Linux distributions). When used in combination they represent a solution stack of technologies that support application servers.

LAMP is is a great platform for deploying low-cost, reliable, scalable, secure web applications for small to large scale web sites and web applications. The components of the toolset are time tested and available at almost every web hosting company. You can get up and running very quickly with LAMP and as PHP is a scripting language additions and changes can be deployed in a short amount of time because the application does not need to be re-compiled.