so i have this database full of records, each one has a column that has a mysql date timestamp on it.

what i want to do is from php be able to get a count for the last month, 2 months ago, 3, and so on.

im horrible with date stuff.

thanks

jason