Jump to content

help inserting an Auto-Inc field


Arkane

Recommended Posts

Hey guys,

 

I've been playing about, trying to move a bunch of things into a MySQL database from XML.  I've gotten the backbone written, but having problems actually getting it to import.  I'm not sure if I've missed something in config or whatever, but its not working for me.

 

mysql_query("INSERT INTO $table VALUES ('', '$name', '$age', '$email')");

The table fields are all VARCHARs, except for the first, which is an INT, set to unsigned and auto-inc.

I've copied this from another I've done previously on a different host, so I guess that may be the problem.  Basically, it doesn't add unless I specify what the first is to be set to, but it works fine on the other site.

 

MySQL version is 5.1.37, and the error I'm getting is "Incorrect integer value: '' for column 'id' at row 1"

 

Basically can anyone tell me what would make my db automatically fill the field... or perhaps why it works on one and not the other?

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.