User Profile
Collapse
-
thank you for your answer. But what is the function to lock the user? sorry I'm still a beginner sir do I still need to make another php file for that and include it to my login form or what? sorry sir and thank you -
daikumi started a topic how to have a login attempts after 3invalid password cant login for 5minutes?in PHPhow to have a login attempts after 3invalid password cant login for 5minutes?
I would like to make this code to have a login attempts after 3 invalid input the user will be ban for logging-in in 5minutes then after the given time the user may login again.. how do i set a time? and is my code correct?
...Code:<html> <head> <title>LOG IN</title> </head> <?php session_start(); $username = (@$_POST['username']); $password =
No activity results to display
Show More
Leave a comment: