Ok, say, for example, that your members are stored in the table "users". Therefore every row in "users" is a different member. Here's how I would do it, although there are alternative methods.
One other way of doing it would be to take out the COUNT, perform a simple SELECT and use mysql_num_rows.
Hope that helps
