Hey guys whats the best way to store Time and date into mysql im trying to store time and date for my bidding system so i can calculate time left on an item so does anyone know
Hey guys whats the best way to store Time and date into mysql im trying to store time and date for my bidding system so i can calculate time left on an item so does anyone know
timestamp
http://www.php.net/time
thanks what about the MYSQL column ? do i use timestamp datetime int(11) would u know i already have the table but the should the column bee
In MySQL I always do following: 'timestamp' varchar(64)