Basic single user blog project written from the ground up in PHP. It utilizes sessions, canaries, cross-site scripting (XSS) protection, and mySQL as the backend database. Blog functions include user login and authentication, creating and deleting posts/comments, pagination, as well as filtering posts by user.
Refer to blog.sql for mySQL table creation.