Hi
How do I filter news items by date??
So only news items from the last week appear.
The date is created automatically in the DB on insert using datetime.
Something like
$sql = "SELECT *
FROM home_news
WHERE date = any less than four days old.
Cheers Matt