How To Process MySQL Timestamp in PHP - 0 views
-
adie afton on 29 Jan 11Many of us do not realize that MySQL's Timestamp is not the timestamp which PHP date() understands. In fact if you try to use MySQL timestamp directly in php date() function then you will get totally wrong dates. There is a simple way to use MySQL timestamp data in php.