Hello,
I have a table which called "users" and it has two fields "username" and "password".
Also, I have a form that called "User Login", and it has as following:
-txtUsername
-txtPassword
-btnEnter
So, I would like to know how the code goes for this type of idea. I want the user to insert his/her username and password in the login form and then when pressing the Enter button, the system will check and varify the username and password from the users table.
as usual if it wrong ... the error message will be displayed and if it right the next form will be opened ...
I will be more delighted if you could help me in providing the right solutions for my queries which is really new to me (^_^)
I am waiting for your kindly answer.
I have a table which called "users" and it has two fields "username" and "password".
Also, I have a form that called "User Login", and it has as following:
-txtUsername
-txtPassword
-btnEnter
So, I would like to know how the code goes for this type of idea. I want the user to insert his/her username and password in the login form and then when pressing the Enter button, the system will check and varify the username and password from the users table.
as usual if it wrong ... the error message will be displayed and if it right the next form will be opened ...
I will be more delighted if you could help me in providing the right solutions for my queries which is really new to me (^_^)
I am waiting for your kindly answer.
Comment