LAMP Servers are the standard build for web servers. LAMP stands for Linux, Apache, MySQL, PHP. This gives you the operating system, http server, database server and PHP scripting language.
Related Articles

*NEW
Raspberry Pi – Install a LAMP Server (Linux, Apache, MariaDB, PHP)
You can turn your Raspberry Pi with Raspberry PI OS into a full LAMP web server. We use MariaDB because MySQL is not provided in the main repository and it is a drop in replacement […]

MySQL Introduction (NEW)
MySQL – Install LAMP Server for MySQL Labs (tasksel)
This class will show you how to build a lab for the further MySQL classes. You will use the tasksel app to install the LAMP Stack (Linux, Apache MySQL, PHP) on Ubuntu Desktop 18.04. Note: […]

*NEW
PHP Project (Intermediate) – Photo Gallery with MySQL Backend
This class shows you how to create a picture gallery app that stores its data in a MySQL database. This allows you to do things such as adding Tags, Description, and even User Ownership so […]
Be the first to comment