I want my rows in the database to appear like this:
2005-10-10
row 1
row 2
row 3
row 4
2005-10-09
row 5
row 6
row 7
row 8
2005-10-08
row 9
row 10
row 11
row 12
etc
The question is how do i do that? All my rows in my database have a date...some have the same date couse I inserted them on the same day. Problem is how do i group those who have the same date?
Thx in advance