How do I see the results of unique records added after adding records to mysql
Posted
by billy
on Stack Overflow
See other posts from Stack Overflow
or by billy
Published on 2010-03-29T20:38:33Z
Indexed on
2010/03/29
20:53 UTC
Read the original article
Hit count: 170
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?
© Stack Overflow or respective owner