How to display the total number of same text entries from a table (php)?
Hello,
I have a database "choir" with the table "members" which has the following data structure:
| Name | Voice |
|---|---|
| Jenna | soprano |
| Danna | alto |
| Roxy | alto |
| Damien | tenor |
| Carmen | alto |
| Daisy | soprano |
Diana | alto |
| Robert | tenor |
| John | bass |
With Dreamweaver php, any help me on how can I display in a webpage the total number of "alto", in this case: 4.
Thanks,
Luci.
