There are two functions which can help you to identify whether the entered value is pure numeric or alphabet.
1. Pure Numeric
isNumeric($value)
2. Pure Alphabet
isAlpha($value)
There are two functions which can help you to identify whether the entered value is pure numeric or alphabet.
1. Pure Numeric
isNumeric($value)
2. Pure Alphabet
isAlpha($value)