Is there any way to prevent a duplicate entry for a newsletter signup form? Basically I'm looking for this form to query the database and print or echo and error saying " Sorry, that email address is already subscribed!" How can I do this? Please help.
My variable for the email address being collected is: Email_Address and my database is called Newsletter.
I would really, really, appreciate any help here, I'm still trying to learn this php stuff.