Procedural File: tce_functions_users_online.php
Source Location: /admin/code/tce_functions_users_online.php
Page Details:
Functions to display online users' data.
Tags:
F_list_online_users [line 88]
false F_list_online_users(
string $wherequery, string $order_field, int $orderdir, int $firstrow, int $rowsperpage)
|
|
Display online users.
Tags:
Parameters
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 67]
false F_show_online_users(
string $wherequery, string $order_field, string $orderdir, string $firstrow, string $rowsperpage)
|
|
Display online users form using F_list_online_users function.
Tags:
Parameters
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 |
|
|