How to group by month+year?

deniskillyou

New Member
http://www.bioshapebenefits.nl/bioshapebenefits/en/news/donations.htmlAs you see, here I have a long list of entries, sorted by date, very simple. So in mysql there would only be the columns 'name' and 'date', for example. And if I'd want to make a list out of it with php that would also be very simple, just sorting by date.But how would I put the months+years in between, as shown in the example? Like:June 2010
  • Trala
  • Lala
  • Wala
May 2010
  • Trala
  • Lala
  • Wala
 
Back
Top