Duplicate entry '' for key 1{SOLVED}

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
victhour
Forum Commoner
Posts: 38
Joined: Fri Feb 17, 2006 12:59 am
Contact:

Duplicate entry '' for key 1{SOLVED}

Post by victhour »

hello!

mysql problem, Duplicate entry '' for key 1... what does it mean?
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

I guess you are trying to update or inserting every value of your table. Probably even primary key, the one with auto_increment.
victhour
Forum Commoner
Posts: 38
Joined: Fri Feb 17, 2006 12:59 am
Contact:

Post by victhour »

i basically miz 1 variable to insert into database
Post Reply