the html output should look like this:
<? echo amount of rows where id == 1?> rows have "id" == 1
<? echo amount of rows where id == 2?> rows have "id" == 2
<? echo amount of rows where id == 3?> rows have "id" == 3
<? echo amount of rows where id == 4?> rows have "id" == 4
<? echo amount of rows where id == 5?> rows have "id" == 5
and so on ...
can anyone help me out with this?