i want to have my results displayed by today,this month,3 months,6 months,12 months old
e.g the user selects from the drop down box which time period they want and the results are displayed accordingly
the default view is to view all so my select query will look like this
$results = mysql_query("SELECT *
FROM bookings $agequery
and $agequery something like "WHERE bdate < 1 month old
ive looked at mktime but dont really understand how to use it , just need someone to point me in the right direction as to what i need.
thanks.