PHP Final Project

This project involved managing a blog site. This site included a content management system on the back-end where users could create, update, or delete a blog. This content management system required users to log in and authenication was used on the log-in page. The blogs were stored in a MySQL database, and were pulled from it for display on the public part of the site.

View the project here.