$user_groups = getusergroups();
$access_opts = "";
$sel = "";
while(list($key, $user_group) = each($user_groups)){
$access_opts .= "<option value='".$user_group['0']."'$sel>".$user_group['1']."</option>\n";
}
Category Forum
Panels and InfusionsLabels
None yet
Statistics
1 participant
Notifications
You are not receiving notifications from this thread.
Related Questions