To create a new member I'm using a form where the user should provide information such as username, password, email address and more.
This information must be compared to the current information in the database table, because I don't want a new user to register with same email address and username as anyone else.
How can I compare the email address and the username from the form to the information in the database table?
This information must be compared to the current information in the database table, because I don't want a new user to register with same email address and username as anyone else.
How can I compare the email address and the username from the form to the information in the database table?