How do I see the results of unique records added after adding records to mysql

Conroy94

New Member
I'm a PHP noob.I have a database that I will update weekly with a CSV. So far I've managed to upload the file to the server, open the file with PHP, and insert the data in my table.Now I want to return the unique records that were added (on screen or in a file). How do I do this?
 
Top