Storage
1. Setup Contact Form using LEMP Stack
Overview In this exercise we will implement a simple Contact Form on a web page and save the contact information in the database. The solution is built on the LEMP stack (Linux, Nginx, MySQL, PHP). Prerequisites You have an Ubuntu VM with the LEMP stack installed. You can login to the VM using SSH Step 1. Set Up the MySQL Database Our first step is to setup a database in the MySQL Database Instance. »