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: bee@gmail.com and hit Next button that connects to mysql DB. I want to compare values and if Email: bee@gmail.com exist in DB table, let user know! Is this possible ?
Thanks
First Step:
Make a class:
Use the class. for example :