Quote:
|
Originally Posted by JSWENSON
Your suggestion gave me an idea that worked fine, thanks used the following:
if ($submit) {
$_SESSION[$accountselnum] = $_SESSION[$accountselnum] + 1;
}else {
$_SESSION[$accountselnum] = 0;
}
|
just remember that if that guy clicks, then goes to the page without clicking, that will reset his click count ... dunno if that matters to you but figured I'd say it anyway :P