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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/163859-problem-with-delete-query/#findComment-864615 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.