phpmyadmin table error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
billabon0202
Forum Newbie
Posts: 8
Joined: Wed Feb 20, 2008 11:31 am

phpmyadmin table error

Post 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?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: phpmyadmin table error

Post 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?
Post Reply