03-10-2009, 10:45 PM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Mar 2009
Location: Colorado
Posts: 6
Thanks: 0
|
Since you seem to expect image_id to increment from submitting a null value, I assume auto_increment was specified for image_id.
my guess is the same as where i think etoolbox was going. Use a larger int (guessing image_id is tinyint) small int/medium int/int (i'd prolly recommend Int).
|
|
|
|