How can you verify if someone has entered a character string vs a numeric string, in php?😕
You can check the userinput with a regular expression.
Or also the ctype functions such as ctype_alpha() or other functions like is_numeric()