Jump to content

95 entries...and its now dead


TEENFRONT

Recommended Posts

hey, i have a custom review script ( made it myself ) running on my site, and iv chnaged it for competition script and music script etc.

Basically, i have page 1, where i enter all my bits and bats such as title, release date, review text etc, then page 2 adds the info to the db. I have it set to id as the primary key and autoincrement. My competition script is exaclty the same, just uses a different table in the same database.

I have been happily adding reviews today , i entered the 95th review..that went ok, then i tried adding another review ( so review id/row/entry 96 ) ..and it all went ok, telling me it was added, but it wasnt added. iv manually checked the db and it isnt added and i did not change anything at all..i just added another review.

i check that it wasnt my scripts fault, so i tried the competition page and that adds enterys ok ( it only has about 35 entrys in )

So, basically, is there a row/entry limit on a mysql table????? coz i dint change anything and then all of a sudden it stopped adding... please help!
Link to comment
https://forums.phpfreaks.com/topic/7219-95-entriesand-its-now-dead/
Share on other sites

post your table structure... there is only a limit on rows based off your column type for auto increment..

for example a tinyint would only work for 0-255 (unsigned).

Also, double check on your submit page... how do you know that it actually ever sent it to the DB?

Post the submit page code as well.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.