I have a online database which I use to produce dynamic web pages, via an online search engine. All was fine pleople could upload their details on to the database, until now! I was using auto increament to give a unique id etc... The databse has 25 fields in it. When I try to insert into my database via the website form using PHP, or via my web sites control panel using phpmyadmin I am unable to do so the auto increament stops at 127 and will not go any higher, if I delete this record then it will accept the next insert but still give it a value for ID of 127!!!. The only thing that I have notice is it says that I have an overhead usually about 144bytes in my space usage, I don't have them many people in my database at 127 and my current space usage is reading a total of 53,896 bytes.