I can\'t believe I can\'t do this, but I want to be able to store the current date and time from php in to a mysql table.
The column in the table is type datetime. I
Don't save it as the Unix Timestamp (which strtotime() outputs), but as "2012-12-02 13:00" into the DATETIME column.
strtotime()