Search found 1 match

by Ring Master
Mon Aug 16, 2010 9:14 am
Forum: PHP - Code
Topic: Check for duplicate before Insert!
Replies: 2
Views: 698

Check for duplicate before Insert!

Hi. I have built a form that inserts a new user into the database. It works great and so do all my error checks i run. Now I noticed that if there is already an account found in my database with an email that has already been entered before I get a sql error. This will not look good to my clients so...