| auto increment
|
tr8er8

msg:3579678 | 4:49 am on Feb 20, 2008 (gmt 0) | Ok when I added an auto increment field thing, my rows don't get inserted. But when I delete the auto increment, it will insert. I'm not sure whats wrong, I'm not getting any sort of error, just wont go into it. It is a primary key, INT(10) and auto increment.
|
phparion

msg:3579728 | 5:59 am on Feb 20, 2008 (gmt 0) | print your query.... when you add new column, your query needs to send one additional column value too. use die(mysql_error())
|
|
|