Hi all,
I'm trying to display results of a MySQL Query grouped together in different tables (HTML tables) on my page.
I have in my table a list of Airlines and certain routes they fly. On selecting an airport it can display routes from that airport grouped by airlines.
Now the GROUP BY command groups them together as I want, but I would like the page to display it so that each airline has its own table i.e For East Midlands you would have
bmibaby
Route 1
Route 2
etc
easyjet
Route 1
Route 2
etc
but with the easyjet routes being in a different HTML table to the bmibaby ones.
Hope you understand what I mean!
Any suggestions?
Thanks in Advance,
Dan