Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 390 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 390 Bytes

expendable-news

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.