fubowl Posted July 18, 2007 Share Posted July 18, 2007 Each time I try to insert multiple rows of data, MYSQL will stop when it finds the first duplicate. I'd like to know how I can have it continue on and either suppress the error message completely, or put the duplicated entries into an array and output them afterwards. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/60495-mysql-unique-error-question/ Share on other sites More sharing options...
clearstatcache Posted July 18, 2007 Share Posted July 18, 2007 you show ur code pls..... Quote Link to comment https://forums.phpfreaks.com/topic/60495-mysql-unique-error-question/#findComment-300961 Share on other sites More sharing options...
fubowl Posted August 2, 2007 Author Share Posted August 2, 2007 Got rid of it and worked it out by checking an array populated with a list of entries from MySQL against an array filled with the users input. However, it still bothered me. Quote Link to comment https://forums.phpfreaks.com/topic/60495-mysql-unique-error-question/#findComment-313771 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.