PHP MySQL Delete button?

Mel

New member
Hello

I have a website and there is a section that allows users to add comments but the admin of the site want to be able to delete comments that are inappropriate but i cant figure out how to delete. I have pages for adding and editing content but deleting seems to go over me...


I need to be able to delete a row from a table e.g. DELETE FROM tbl_chat WHERE id=$id but not sure how to do this as it needs to have some sort of button next to each row that lets you see the content and then knows what row id it has when the id is clicked.
 
Back
Top