xxreenaxx1 Posted March 29, 2011 Share Posted March 29, 2011 I am trying to use delete function but not sure if I can have something like this. If not can someone suggest something ("DELETE FROM answer (Ans_Answer1, Ans_Answer2, Ans_Answer3, Ans_Answer4, Que_ID, Use_ID) VALUES ('1', '1', '0', '0', '1', '1')") Link to comment https://forums.phpfreaks.com/topic/232028-delete-function/ Share on other sites More sharing options...
bh Posted March 29, 2011 Share Posted March 29, 2011 Hi, heres the mysql manual mysql_manual_delete DELETE FROM answer WHERE Ans_Answer1 = 1 AND ... Link to comment https://forums.phpfreaks.com/topic/232028-delete-function/#findComment-1193594 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.