hi
i used for getting phone number
if the number is equal to or more than 10 digits then i get this below number everytimePHP Code:$phone = intval($_POST['phone']);
otherwise its fine for less than 10 digitsCode:2147483647
vineet
| SitePoint Sponsor |



hi
i used for getting phone number
if the number is equal to or more than 10 digits then i get this below number everytimePHP Code:$phone = intval($_POST['phone']);
otherwise its fine for less than 10 digitsCode:2147483647
vineet
Bookmarks