Points INT(3) is a row in a table. I use PHPMyAdmin.
Each week, I have to update the numbers in the row, and this week some of the rows should read 146, or 140, or 136.
However, I enter the number - say 146 - but when it is saved, it turns the nuumber to 127. And numbers I have entered of more than 127 display only 127!
Help! In desperation, I changed the INT to INT(4) and then INT(5) and changed the name of the row. None of these affect the result, which remains at 127.
Is this a clear indication of insanity, or something a little less disturbing, please, Experts?
Each week, I have to update the numbers in the row, and this week some of the rows should read 146, or 140, or 136.
However, I enter the number - say 146 - but when it is saved, it turns the nuumber to 127. And numbers I have entered of more than 127 display only 127!
Help! In desperation, I changed the INT to INT(4) and then INT(5) and changed the name of the row. None of these affect the result, which remains at 127.
Is this a clear indication of insanity, or something a little less disturbing, please, Experts?