Hmmm..
doing this:
$query = "SELECT * FROM downloads where expires >=UNIX_TIMESTAMP() order by date asc";
and this:
$query = "SELECT * FROM downloads where expires < UNIX_TIMESTAMP() order by date asc";
show the same results...
WHY ?
expires = 1268683141
thanks 🙂