Hi,
Ok, I have a MySQL database running on my server. Through a form, items are being submitted into the database.
One of the fields being enterted is TITLE.
Now, is there a way via some PHP code that I can check to see if a TITLE has already been enterted?
Basically, if a TITLE HAS BEEN entered, I want to spit out a duplicate error, letting the user know that the title ALREADY exisits in the DB.
If the TITLE doesn't exist, I want the information to be enterted!
Please help! I think this is easy!
Thanks.