alright, i have a mysql table, with a date field - its not specified as date, rather just as a varchar field. I use php's date functions to make the date readable to people, the one i used was
$today = date("d-M-y");
now, I would like to sort the database, by date ascending - how would i go about doing this??