hno Posted June 27, 2009 Share Posted June 27, 2009 HI I wrote this query:"DELETE FROM 'shop'.'comment' WHERE 'comment'.'id'=1 limit 1" and run it with php and mysqli_affected_rows shoes me that the query was successfully run but when I opened phpmyadmin it was still exist and didn't delete from there Why it's not delete ? thanks Link to comment https://forums.phpfreaks.com/topic/163859-problem-with-delete-query/ Share on other sites More sharing options...
RussellReal Posted June 27, 2009 Share Posted June 27, 2009 DELETE FROM comment WHERE comment.id = '1' limit 1 try dat Link to comment https://forums.phpfreaks.com/topic/163859-problem-with-delete-query/#findComment-864615 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.