hi

i used for getting phone number

PHP Code:
$phone intval($_POST['phone']); 
if the number is equal to or more than 10 digits then i get this below number everytime

Code:
2147483647
otherwise its fine for less than 10 digits

vineet