|
Click counter on an image
Hi, everyone. I am new to server side programming and I face a challenge while i'm trying to develop a graphical password authentication system.
In my system, I wish to record the click counts of an user on his password(it's a set of images).
During enrollment, the user will set the click count(s) on 5 images and the click count(s) of each image will be recorded in the database(phpmyadmin).
When the user wants to login, the 5 images will be displayed, therefore, the user will need to click on each image with the correct click count to login.
I am wondering is it possible to do so ? I tried to search for some information online, but all i found is webpage or links click counter only. Can anyone please provide me some clue or guide on how can i do this ?
Thanks in advance. I appreciate your help a lots ^.^
|