D
Dan T.
In a database, I have one table that allows a user to
create their user information, including a username and
password. I have another table that merely allows a user
to enter their username and password, and I want to use
the original user information table to verify that the
username and password are identical, thus gaining access
to other parts of the database. Is this possible, and if
so, does anyone know of a good tutorial for it?
Thanks in advance,
Dan
create their user information, including a username and
password. I have another table that merely allows a user
to enter their username and password, and I want to use
the original user information table to verify that the
username and password are identical, thus gaining access
to other parts of the database. Is this possible, and if
so, does anyone know of a good tutorial for it?
Thanks in advance,
Dan