I am using the maxlength function of jquery.validate.js plugin to validate for mobile number. as following
txtMobileNo: {
number : true,
minlength: 10,
maxlength: 12
},
and in mysql description of this field is as following...
mobile_no int(11)
when i enter any valid mobile number it store only this value "2147483647"..