LAMP
LAMP is an acronym for Linux, Apache, MySQL and PHP. Working within the LAMP stack of free, open source software allows us to build websites within a clean architecture of compatible components.
Linux is a free Unix-type operating system using the Linux kernel. learn more
Apache is the most popular web server on the Internet and the software runs in the background. learn more
MySQL is the world's most popular open source database, making it easy to query a MySQL database and filter the results. learn more
PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic web pages. learn more