MyBB Community Forums

Full Version: Total Members of a group.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
query( "SELECT COUNT(*) as numberofmembers FROM ".TABLE_PREFIX."users WHERE usergroup = {$usergroup} ), 'numberofmembers' );  --<snip>--
anybody can explain this query for me???

$count $db->fetch_field$db->query"SELECT COUNT(*) as numberofmembers FROM ".TABLE_PREFIX."users WHERE usergroup = 8 "), 'numberofmembers' ); --<snip>--
plz help me i want to know the means of this query
Why there is spam link included in your question?

query( "SELECT COUNT(*) as numberofmembers FROM ".TABLE_PREFIX."users WHERE `usergroup` = {$usergroup} ), 'numberofmembers' );  [url=http://{REMOVED}/instagram/]instagram[/url]
anybody can explain this query for me???

I am treating it as a spam rather than a support question...
Pages: 1 2