Skip to content
Advertisement

how to check if PHP variable contains non-numbers?

I just want to know the method to check a PHP variable for any non-numbers and if it also detects spaces between characters? Need to make sure nothing weird gets put into my form fields. Thanks in advance.

Advertisement

Answer

If you mean that you only want a value to contain digits then you can use ctype_digit().

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement