Hi,
I'm trying to find a script that checks if one date is more than a month ago from another date, and echos "Over a month" and "Less than a month" respectively. Any help would be great!
Its on a MySQL database date field, so its 2010-07-19 (19th of July 2010),Its for a profile page which says how long ago the user signed up, I don't want to give the exact date, istead just phrases like "a week ago" or "over a year ago", thanks!