Mysql Duplicate Entry Help

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.