- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
$db->query ( "SELECT * FROM " . USERPREFIX . "_usergroups ORDER BY id ASC" );
while ( $row = $db->get_row () ) {
$user_group[$row['id']] = array ();
foreach ( $row as $key => $value ) {
$user_group[$row['id']][$key] = $value;
}
}
stpkys 20.09.2010 15:31 # +3
xXx_totalwar 20.09.2010 15:43 # −1
shizzard 20.09.2010 17:37 # 0
Lure Of Chaos 20.09.2010 23:11 # +2
Int 21.09.2010 01:25 # +1
potapuff 24.08.2021 02:09 # 0