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. 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..... 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. Link to comment https://forums.phpfreaks.com/topic/60495-mysql-unique-error-question/#findComment-313771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.