Hello!
I'm planning to make a music database for my own, but maybe someone else
found a script which can what I wont so here is what I'm looking for:
The Database only should have these fields:
Country - Band - Recommended Songs - Rating
And that's all. The only special thing about is that bands from the same
country should be diesplayed together and also the table-element should
be joind with "rowspan = x".
For example:
+-----------+-------------+-------------+-------+
| | CMX | Song 1 | ***** |
| Finland +-------------+-------------+-------+
| | Sara | Tyrri | *** |
| | | CCCP | |
+-----------+-------------+-------------+-------+
| Sweden | GBX Sound | Knäckebröt | ** |
+-----------+-------------+-------------+-------+
See? Finland has a rowspan=2 in this column because there are two
Finnish bands in the list. That two songs of "Sara" are in the list
doesn't matter as it is in the same row.
Also the Rating is not important, I planned that there are 4 persons who
can rate on this site, but if we can just drop comments, it would be ok.
Maybe someone knows an easy-to-install PHP that can handle this with the
rowspan.
Thanks
I'm planning to make a music database for my own, but maybe someone else
found a script which can what I wont so here is what I'm looking for:
The Database only should have these fields:
Country - Band - Recommended Songs - Rating
And that's all. The only special thing about is that bands from the same
country should be diesplayed together and also the table-element should
be joind with "rowspan = x".
For example:
+-----------+-------------+-------------+-------+
| | CMX | Song 1 | ***** |
| Finland +-------------+-------------+-------+
| | Sara | Tyrri | *** |
| | | CCCP | |
+-----------+-------------+-------------+-------+
| Sweden | GBX Sound | Knäckebröt | ** |
+-----------+-------------+-------------+-------+
See? Finland has a rowspan=2 in this column because there are two
Finnish bands in the list. That two songs of "Sara" are in the list
doesn't matter as it is in the same row.
Also the Rating is not important, I planned that there are 4 persons who
can rate on this site, but if we can just drop comments, it would be ok.
Maybe someone knows an easy-to-install PHP that can handle this with the
rowspan.
Thanks
Comment