ok figured it out kinda
PHP Code:
<?php
$randpro2 = "SELECT * FROM user WHERE userid > 0 AND usergroupid != 10 AND usergroupid != 11";
$randprof = rand(0,$numbermembers);
echo ("<a href=\"forums/member.php?s=&action=getinfo&userid=$randpro2\"><img src=\"img/v2-rand_prof.png\" alt=\"random profile\" width=\"292\" height=\"136\" border=\"0\" /></a>");
?>
just need to get $randpro2 to echo the number of users instead of the users, can someone help?