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!
I interpreted your post as stating that the date was stored in this format: 2010-05-06 19:49:33. You know that a Unix Timestamp is the number of seconds since Jan 1, 1970, right?
I might be confused. If you just echo the value of that column, what comes out?
Jonah Bron wrote:I interpreted your post as stating that the date was stored in this format: 2010-05-06 19:49:33. You know that a Unix Timestamp is the number of seconds since Jan 1, 1970, right?
Sorry I don't know.
I might be confused. If you just echo the value of that column, what comes out?
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.