0
How to make a log in form in php?(also log out)
2 ответов
+ 2
Create a form which will take two values, username and password. Match values with DB stored values, If both values matched than use session to start user defined dashboard. For log out, just use flush session query on logout button, no need of creating seaprate log out page.
0
you save your form in a database and in a file. log