## CHECK IF INPUT IS NUMBER ONLY $number = "12345"; is_numeric($number); ## RETURNS TRUE IF NUMBER ONLY, ELSE FALSE