Click to See Complete Forum and Search --> : Can php detect if data is numeric?


phpnstuff
06-22-2006, 03:28 PM
I have a input field that they can search our database with words or the numeric code for that company, can php detect if the input data is numeric. I want to do an if/else statment, if input is numeric do this otherwise if has letters and/or letters with numbers do this.

Sheldon
06-22-2006, 04:04 PM
is_numeric (http://php.net/is_numeric) fancy that huh?