different value in database while inserting integer value

Avatar
  • Answered
while inserting an value (example:mobile number) to the database it appears to be entering a different value (2147483647).what should i do?
Avatar
Arn
Hello, Thanks for your question about inserting a value in your database. I would recommend using a database client like phpMyAdmin to review your database. Make sure that the value you're using is set correctly. We recommend that the value be set to use a VARCHAR which allows you to set a length. If you have any further questions or comments, please let us know. Regards, Arnel C.