Hi,
My codes at the moment are
mysql_query("SELECT * FROM table WHERE date = CURDATE()");
It outputs the correct stuff that i want to show that has been uploaded that day (newest) but I want it to show it for 3 days or maybe even a week...
Is there a way with php to make this happen?