F_list_online_users (line 66)
Display online users.
false
F_list_online_users
(string $wherequery, string $order_field, int $orderdir, int $firstrow, int $rowsperpage)
-
string
$wherequery: users selection query
-
string
$order_field: order by column name
-
int
$orderdir: oreder direction
-
int
$firstrow: number of first row to display
-
int
$rowsperpage: number of rows per page
F_show_online_users (line 46)
Display online users form using F_list_online_users function.
false
F_show_online_users
(string $wherequery, string $order_field, string $orderdir, string $firstrow, string $rowsperpage)
-
string
$wherequery: users selection query
-
string
$order_field: order by column name
-
string
$orderdir: oreder direction
-
string
$firstrow: number of first row to display
-
string
$rowsperpage: number of rows per page