Table of contents
Package: com\tecnick\tcexam\shared
Tags
- file: Functions for XHTML pages.
- author: Nicola Asuni
- since: 2002-03-21
Functions
F_show_page_navigator()
File: tce_functions_page.php line 32
F_show_page_navigator(mixed $script_name, mixed $sql, mixed $firstrow, mixed $rowsperpage, mixed $param_array) : mixed
Parameters
- $script_name : mixed: (string) url of the calling page
- $sql : mixed: (string) sql used to select records
- $firstrow : mixed: (int) first row number
- $rowsperpage : mixed: (int) number of max rows per page
- $param_array : mixed: (string) parameters to pass on url via GET
Return values
mixed —
the number of pages in case of success, FALSE otherwise