Search found 1 match

by Xeen
Mon Jul 19, 2010 5:48 am
Forum: PHP - Code
Topic: How to create a working delete button?
Replies: 1
Views: 2308

How to create a working delete button?

Hello, newby question here. I have a code showing comments, but I can't figure out a way to make a delete button for them, here's my code: $result = mysql_query("SELECT * FROM comment ORDER BY P_Id DESC;"); while($row = mysql_fetch_array($result)) { $delete = mysql_query("delete from ...