2004/11/18 15:45
kaotik
Just can't stay away
Posts: 861
Since: 2004/2/19
$select_str .= "$user'>$usern";
2004/11/19 21:42
ejuden01
Not too shy to talk
Posts: 121
Since: 2004/4/5 1
// First you need to get the member handler $member_handler =& xoops_gethandler('member'); // Next will be to retrieve all of the member objects $members =& $member_handler->getUsers(); // Next will be to populate the select box with the users echo ""; foreach($members as $member){ echo ".$member->getVar('uid')."'>".$member->getVar('uname').""; } echo "";
2004/11/22 2:18
Advanced Search
325 user(s) are online (273 user(s) are browsing Support Forums)
Members: 0
Guests: 325