I have a mysql database I am trying to dump data into. If you know this offhand any help would be appreciated:
I am trying to dump a list of email address into a mail database containing a sub_mail table. Each address will have a autoincremented 'id', a unique email value in the email field and an 'H' value in a header field.
How would I go about first making sure there are no duplicates addies and then dumping this data? Gracias.