Procedural File: tce_functions_page.php
Source Location: /shared/code/tce_functions_page.php
Page Details:
Functions for XHTML pages.
Tags:
F_show_page_navigator [line 61]
mixed F_show_page_navigator(
string $script_name, string $sql, int $firstrow, int $rowsperpage, string $param_array)
|
|
Display Pages navigation index.
Tags:
Parameters
string |
$script_name |
url of the calling page |
string |
$sql |
sql used to select records |
int |
$firstrow |
first row number |
int |
$rowsperpage |
number of max rows per page |
string |
$param_array |
parameters to pass on url via GET |
|
|