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
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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.