I am having problems adding more that 255 record to my MySQL database, it is giving the folloing error:
Duplicate entry '255' for key 1
I have a field called ID which is set to:
ID tinyint(3) unsigned NOT NULL auto_increment
Any ideas??
Thanks very much 🙂