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')") Quote 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 ... Quote Link to comment https://forums.phpfreaks.com/topic/232028-delete-function/#findComment-1193594 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.