Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7739775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:36:22+00:00 2026-06-01T08:36:22+00:00

The value for a field (phone number) isn’t being correctly entered into the database.

  • 0

The value for a field (phone number) isn’t being correctly entered into the database. That is, the value seems to change once it’s entered.

The phone number has a max limit of 11 characters. In the HTML form, I set the 4 initial defaults characters to 1876 – Jamaica’s area code.

<tr>
                <td>Phone:</td>
                <td><input type="text" name="phone" maxlength="11" value="1876" onkeypress="return isNumberKey(event)"/></td>
              </tr>

Then, on the php side:

$phone = $_POST['phone'];

All other values in the field are being entered correctly.

Where did I go wrong?

UPDATE:

In the MySQL table, the column data type is an int.

It’s inserted using this query:

$query = "INSERT INTO users (id, first_name, last_name, date_of_birth, email, phone) 
      VALUES ('$id','$first_name','$last_name','$encrypted_dob','$email','$phone')";

For example, I tried entering, say, 3025009 and it’s storing some random value like 2147483647.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:36:23+00:00Added an answer on June 1, 2026 at 8:36 am

    It is a problem of datatype signed int which is able to store maximum 2147483647 value in it if you try to store larger value then limit then it will store datatype’s maximum limit which is 2147483647.
    so please use appropriate datatype to store integer value.
    some references are follows which may fulfill your requirement.

    datatype                    largest value
    
    bigint unsigned             18446744073709551615
    bigint signed               9223372036854775807
    int unsigned                4294967295
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form that contains a phone number field <input name=phNumber type=text class=numbersonly/>
I am creating a report using SSRS for a phone number field in my
I've got an input field for a phone number with the option for SMS
I would like the text in the value field of a text box to
How can I give set foreign key value field in Entity Framework. I have
I have a structure which has 3 identifier fields and one value field. I
How to populate image field value with drupal_execute. for ex my content type (test)
I need to reset a MySQL Field value automatically at midnight. It is a
When creating a view and setting group by value some field, it groups only
I am trying to match an expression of type field:value but not field:value I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.