Page 1 of 1

phpmyadmin table error

Posted: Thu Feb 21, 2008 4:20 pm
by billabon0202
One of my fields is a time field, and no matter what I input, 127 is recorded. What is that from and how do I fix it?

Re: phpmyadmin table error

Posted: Thu Feb 21, 2008 5:50 pm
by alex.barylski
billabon0202 wrote:One of my fields is a time field, and no matter what I input, 127 is recorded. What is that from and how do I fix it?

Sounds like your table field is set to single signed byte or char...I use unsigned integers (INT) to store timestamps...what is the field type?