date("d /m /Y", strtotime($row[Date])) is wrong.. that just displays todays date.
I changed that to just $row['Date'] then it displays nothing.
I changed SELECT to SELECT *, DATE_FORMAT(... etc.
Now I have, a list of dates, grouped by month.
I need to know how to format the date when reading it out because at the moment its just like 2006-05-29.
$row[id] isnt important at the mo, in fact, the id will have to actually be the month instead of entry id.
could you show me how to format a date outside of, and reading from the database?