hi,
The coding below able to pull data based on today date but what if i want another option to pull my data based on 2 or 3 days ago result
$time = date( 'd-m-Y' ); // Get the current date, in the format of: 12-12-2006
$timestamp = time();
SELECT * FROM uniquehits where date = '$time'