PHP Code to Check for MySql Duplicates BEFORE Entry

While you can Check if a Row your About to add to the MYSQL Database is duplicate during the INSERT INTO phase, its Often Preferable to see if there is Duplicate before Adding the New Row to the Database with Function sqlDatabaseDuplicate()

Home Short:
S
H
A
R
E