hii everyone
can any one please tell me how to display a image after 3 time wrong
entering of password or user name.... am using captcha but cannt
display in the same page....
please help mee
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Sep 6, 2008, 6:33 AM
for each once the password is wrong this increases the counter by one 1 counter+=1;
if(pass wrong)
{
counter+=1;
}
when the counter reaches 3
if(counter= =3)
{
//TO DO impelement your code to be performed here
}
insert this if block in the load page for example