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 8866401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:46:30+00:00 2026-06-14T16:46:30+00:00

I am doing an ajax to write records into the db. The table has

  • 0

I am doing an ajax to write records into the db. The table has id,fullname. The id is set to primary and auto increment. Now without the id (8 in the below statement) the record is not written.

Below is the insert statement

$sql = 
   "INSERT INTO user 
   VALUES ('8','".$_POST['name']."','test4','test5','test6')";

Is it possible to write without the id?

  • 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-14T16:46:31+00:00Added an answer on June 14, 2026 at 4:46 pm

    Place NULL instead of '8', that will tell MYSQL to do default auto increment:

    $sql="insert into user values (NULL,'".$_POST['name']."','test4','test5','test6')";
    

    Other possibility is to rewrite your query to this from:

    $sql="insert into user (field1, field2, field3, field4) values ('".$_POST['name']."','test4','test5','test6')";
    

    In this case you didnt specify id as a column to be inserted, so MySQL will again do the default auto increment

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application, I would know when the session has expired by doing Ajax
I'm doing something that involves ajax auto-completion of phrases in a <textarea> . I've
I was wondering what the best option would be for doing ajax calls to
I need to come up with a smarter/simpler way of doing ajax calls in
I would like to keep model binding when doing ajax calls from my view.
Doing an ajax get request works as expected using the following code: $.ajax({ type:
I'm doing an ajax request through jQuery and for example, my URL is http://test.com/query.php?hello=foo
I am doing an Ajax call which pulls some HTML in to a Div.
I am doing an AJAX call that returns some HTML and jQuery: <div id='selected'>Here
I am doing an Ajax call and on response I would like to hide

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.