hello everyone,
I want to get the length of integer values for validation in PHP. Example: Mobile numbers should be only 10 integer values. It should not be more than 10 or less than 10 and also it should not be included of alphabetic characters.
How can i validate this.
Sorry for my poor English.
Thanks In Advance