I have a registration form that I am using to register new user. No problem creating the username (email) and password and inserting it mysql DB. I am however wondering how would I compare the value inserted into the textbox with value of a column called Email.
Example I insert the email into textbox: [email protected] and hit Next button that connects to mysql DB. I want to compare values and if Email: [email protected] exist in DB table, let user know! Is this possible ?
Thanks