Hello,
I have a table which called users and it has two fields username and password.
Also, I have a form that has a log in text items and they are:
username.txt and password.txt. + okay button
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 okay button, the system will check and varify the username and password in 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.
I have a table which called users and it has two fields username and password.
Also, I have a form that has a log in text items and they are:
username.txt and password.txt. + okay button
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 okay button, the system will check and varify the username and password in 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.
Comment