I am designing a website and am looking for code how to authenticate a user's user name and password.
how to authenticate a login username and password using php
Collapse
X
-
-
There are lot of things to consider.
Use links given by Dormilich for reference.
Regards
Dheeraj JoshiComment
-
craete a table in a data base call it user_data then wat you want to do is
create an html form say that it has two fields a username and a password
then wat you want to do is with that form post that data into the fields of your table which should be username and passwordComment
Comment