I know I can have mySQL make sure that there are no duplicate entries, but I have already used that tag for one of the rows, and it will not let me do it for a second.
I have a mailing list database with the following rows:
ID
Email ($email)
Name ($name)
I only want this to concern the email row, but how would I write that if the email address already exists in the database, then echo a message that they are already subscribed.
Any help would be greatly appreciated.
You will have to excuse my lack of php knowledge... I am just learning.