Just to let you all know, I'm a beginner at PHP and MySQL...
anyways, I figured out how to insert member signup info(username, password, email, address, etc..) into my table MEMBER_LIST. However, I want to make sure that there is no duplicate members, that someone doesn't signup twice. I'm limiting the duplication check to username, email, and first name + last name(together). My question is how do I program this? just the duplication check?
let me know if I can clear anything up further, thanks,
kankohi
Well, you can create your table in MySQL so that the columns in question cannot contain duplicate values. See this thread for an example of how this is done, and let us know if you have any questions!
Bookmarks