Steve Bradwell wrote: > is_int($f) will return true if $f is an integer, false otherwise.
is_int will return false in this case, because it's a string. You have to use is_numeric HTH Erwin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php