What is the best way of checking if input is numeric?
Those kind of numbers should not be valid. Onl
ctype_digit was built precisely for this purpose.