do you mean, as in,

if !is_integer($var) {
print("$var is not an integer");
}

--- Philip Olson <[EMAIL PROTECTED]> wrote:
> hi friends,
> 
> Can someone post here "the" most efficient method to
> validate a variable
> as numeric?  I see a ton of hacks/ways in the manual
> user comments under
> is_int, is_integer and is_numeric and would like to
> see just one or two
> good solid ones.  And please, no regular expressions
> :)
> 
> Regards,
> Philip
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to