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? 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`" 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
Archived
This topic is now archived and is closed to further replies.