Hi,
We are having a problem getting new entries into a MySql table. It keeps giving me an error message saying it is a duplicate entry number. It is set for auto increment and it does not matter if we insert a number or not, we always get the same message. We have quite a few entries already in this table, so my first question would be, is there a max number of rows a table will accept. Second, if we have not reached a max number, does anyone have any ideas what can be causing this conflict.
In addition to our php script, we also have PHPMYADMIN, and I have even tried to make new entries direct, and it will not let us.
Thanks for any ideas.
FTW