>$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

Reply via email to