Quote:
Originally Posted by Jakez
Shit, it's still placing the highest viewed posts at the very top no matter the date. Does it matter that my time field is the equivalent of time(), a unix timestamp, not necessarily a timestamp like you have..? How come yours works 
|
Try using FROM_UNIXTIME() on your timestamp to convert it to a mysql timestamp format.