|
Sorry, this might be a newbie question, but here it is:
I want to check user input for duplicates already in the database. For example, if the user inputs "foobar" and "foobar" is already in the database, I want to return an error.
This is easy.
I also want to return an error if the user types in "fooBar" or "foobar " or "FoObAr" or "Foo Bar." How do I check that with a MySQL query?
Thanks so much in advance.
__________________
Please login or register to view this content. Registration is FREE - The most comprehensive online resource for students and educators.
|