Hi all,
Having the following query, how is possible to select a row calculating a time reference.
$query = mysql_query("Select id, title, article, time From articles where time > $timeref Order by id desc")
So now I want to show the article for 1 day only or 24h.
date is stored on db as time()