I have been using a PHP4 script to import a .csv feed that is too big for Excel now. I used to download and clean it up. The problem is that it has duplicate rows which need to be eliminated so that the database will only contain unique SKUs. Is there a query to use or a php function that will eliminate the duplicates and keep the script from stopping when it hits the first duplicate?