Forum Tutorial - Deleting Posts
Introduction:
This tutorial is on how to add the ability for a user to delete their posts.
The Theory:
We could add a user panel where it lists all the users posts along with options to delete them, but instead we are going to add a delete option adjacent to the post itself to save space - plus I'm planning on making an admin panel tutorial soon.
The PHP:
So in the part of the PHP where we actually output each reply to a thread, we want to check if the logged in users' username held in the session variable is equal to the author of the post,