Quote:
Originally posted by SinisterMotives
You'll need to use the MySQL UNIX_TIMESTAMP function in a query to get the timestamp into Unix format, as aoeuhtns suggests.
|
Please excuse my ignorance, but how do I go about doing that? So far I'm defining my query like this:
PHP Code:
$query = 'SELECT * FROM weblog2 ORDER BY entrydate DESC'
How do I add the UNIX_TIMESTAMP function?