Jump to content

Generate login error after three attempts


janggu

Recommended Posts

If your using sessions then create an extra session var, called [b][i]attempts[/i][/b] and increment attempts by 1 every time the user tries to login, then check whether $_SESSION['attampts'] is equal to three, if it is display error messages, else carry on.
Thanks for your info but I am not sure how to increment a session (I am still new in PHP). Could you please give me a detailed example?

[!--quoteo(post=345463:date=Feb 13 2006, 08:04 PM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Feb 13 2006, 08:04 PM) [snapback]345463[/snapback][/div][div class=\'quotemain\'][!--quotec--]
If your using sessions then create an extra session var, called [b][i]attempts[/i][/b] and increment attempts by 1 every time the user tries to login, then check whether $_SESSION['attampts'] is equal to three, if it is display error messages, else carry on.
[/quote]
  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.