seany123 Posted August 16, 2009 Share Posted August 16, 2009 basically i wanna do something like this.... $query3 = $db->execute("DELETE * FROM `rating`"); but its not working? Quote Link to comment https://forums.phpfreaks.com/topic/170530-solved-deleting-all-rows-from-table/ Share on other sites More sharing options...
thebadbad Posted August 16, 2009 Share Posted August 16, 2009 Try "TRUNCATE TABLE `rating`" Quote Link to comment https://forums.phpfreaks.com/topic/170530-solved-deleting-all-rows-from-table/#findComment-899512 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.