Right due to not getting the right answer last time, I will reword this.
I want to create a page where all fixtures from 'tbl_fixtures' are shown.
id - compname - home_user - home_team - away_user - away_team - date
That is the table setup. The date column is a timestamp. I want to show all fixtures in blocks based on the date column.
There will be blocks of 10 fixtures with the same timestamp on them. I want to show it like this...
Fixture 1 - (timestamp in readable format) Then all 10 fixtures....
Fixture 2 - (timestamp) Then 10 fixtures...
etc etc.
Until all the fixtures are grouped by their timestamp.
How could I go about doing this?