Quote:
|
Originally Posted by dissipate
you can use a mysql database to track thier IP, resetting it each day
|
Your suggestion gave me an idea that worked fine, thanks used the following:
if ($submit) {
$_SESSION[$accountselnum] = $_SESSION[$accountselnum] + 1;
}else {
$_SESSION[$accountselnum] = 0;
}