Jump to content

Duplicate Entry Error


chaseman

Recommended Posts

I get this error when trying to submit data:

 

Duplicate entry '35' for key 'user_id'

 

I can not submit data on ANOTHER row when the same user_id has been used on a DIFFERENT row.

The user_id field is simply an integer field, it's at default null, and has a yes null.

It stores the user_id which on the other hand is stored in a session variable.

 

BEFORE the user_id is the con_id (contribution which is auto_increment).

 

What do I have to set up to allow the user_id field to have the same value on different rows like this:

 

con_iduser_idname

135a name

235a different name

335one more name

 

Link to comment
https://forums.phpfreaks.com/topic/228104-duplicate-entry-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.