What is the best way of checking if input is numeric?
Those kind of numbers should not be valid. Onl
return ctype_digit($num) && (int) $num > 0