PHP and MySQL syntax: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Created page with "the current time ex: 2010-12-21 10:05:06 * php: echo date("y-m-d H:i:s", time()); * mysql: SELECT NOW(); the current timestamp ex: 1292897201 * php: echo time(); * mysql: SELECT...")
 
mNo edit summary
Line 14: Line 14:
* [http://php.net/manual/en/book.datetime.php PHP Date and Time functions]
* [http://php.net/manual/en/book.datetime.php PHP Date and Time functions]
* [http://dev.mysql.com/doc/refman/5.0/en/datetime.html MySQL  The DATETIME, DATE, and TIMESTAMP Types]
* [http://dev.mysql.com/doc/refman/5.0/en/datetime.html MySQL  The DATETIME, DATE, and TIMESTAMP Types]
* [http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html MySQL  Date and Time Functions]


[[Category:Programming]]
[[Category:Programming]]

Navigation menu