Alexej Kubarev
New member
then you have to use:
as its the way everything is stored and therefore should be done the same way
Code:
if($show == "new")
$sql .= " SELECT * FROM $sql WHERE added > (NOW() - INTERVAL 30 DAY)";
as its the way everything is stored and therefore should be done the same way