Forum Moderators: coopster

Message Too Old, No Replies

auto increment

         

tr8er8

4:49 am on Feb 20, 2008 (gmt 0)

10+ Year Member



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

5:59 am on Feb 20, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



print your query....

when you add new column, your query needs to send one additional column value too. use die(mysql_error())