[PHP-DB] how to show all recordes inserts in a table for the last 7 days

2006-09-15 Thread Muhammad Mustafa
hey guys i want to know how to show all records inserted in the last 7 days in a table i use this query to show the last 10 articles from a table called - articles - where time is saved in the vairble - $tim - down is the query: $SQL = '' . 'SELECT * FROM articles WHERE category=\'' . $_GET['c

[PHP-DB] how to show all inserts in the last 7 days from a table

2006-09-15 Thread Muhammad Mustafa
hey guys i want to know how to show all records inserted in the last 7 days in a table i use this query to show the last 10 articles from a table called - articles - where time is saved in the vairble - $tim - down is the query: $SQL = '' . 'SELECT * FROM articles WHERE category=\'' . $_G