>$max = ($max >= count($ips) ? $max : count($ips));
if ($max >= count($ips)) {
$max = $max;
} else {
$max = count($ips);
}-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
>$max = ($max >= count($ips) ? $max : count($ips));
if ($max >= count($ips)) {
$max = $max;
} else {
$max = count($ips);
}-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php