A basic blog site created for learning PHP and MySQL.
- Copy simple-php-blog inside php-mamp src folder.
- Copy SQL statements from config/db_create.sql to create a new database in phpMyAdmin.
- Open the files locally and run the operations to create, read, update and delete blog posts.