Jump to content

[SOLVED] different types of members count


nomanoma

Recommended Posts

hi:

i have a website that has 3 types or memberships. i can get my site to show all members count by this:

$count= mysql_query("select * from members WHERE verified=1");

    $rowcount = @mysql_num_rows($count);

 

what i want is to show the member count of each type separately.

 

i'm new to php, so please can anyone help? :)

 

noma

Link to comment
https://forums.phpfreaks.com/topic/155256-solved-different-types-of-members-count/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.