-
Pager script takes as parameters the limit number of entries to display per page, the total number of listing entries and the number of the currently selected page. An array with the number of first and last entries to display is returned. Requirements: PHP 3.0 or higher
-
Main function of CSS Pagination is to split a listing into several pages, with a predefined number of records per page. The CSS code (style.css) can be edited to fit the existent appearance of a page. Requirements: PHP 5.0 or higher
-
A specified MySQL query is executed and the results are displayed in an HTML table with the help of Paging Object. The table has links on the columns to redisplay the results sorting by respective column. The listing may be split on pages of a limited number of results per page with links to browse other listing pages. It is ...
-
Classe Paginazione takes as parameters an SQL query, the number of results display per page and the name of request variable that will be used to pass the number of the page to browser in the links. The Classe Paginazione executes the query to retrieve only the results of the current page and stores the results in a class variable. ...
-
PDO connection and multi pagination can generate links to browse the results of a given database query assuming a given limit number of results per page. A form to go directly to a predefined page of the search results can also be generated. PDO connection and multi pagination can also generate navigation links with letters that specify the first character ...
-
The maximum number of entries to list per page an an SQL query are taken as parameters. impaginator generates HTML links to browse to the next and previous pages and any following pages up to a given limit of navigation links. The limit of navigation links to show per page and the link base URL are configurable. Requirements: PHP 4.0 ...
-
Graphical Navigation Bar takes as parameters the limit number of listing entries to display per page, the total number of entries and the first entry to show in the current page. Navigational linked images are generated and displayed in order to browse the listing pages. Requirements: PHP 3.0 or higher
-
One-Level Site Menu Builder Script is intended to build your 1-level site menu on-the-fly according to menu titles/links array defined within the script. Now you do not have to write different HTML code for each page to highlight the current page in the menu, simply include the menu builder via php include() directive script and it will identify and highlight ...
-
paging.inc.php takes as arguments the number of the current page, the total number of entries in the listing, and the limit of entries to display per page. HTML code for displaying listing navigation links is being generated. Requirements: PHP 4.0 or higher
-
jcal outputs the calendar of a given month as an HTML table with possibility to configure the size, colors, font size and titles of the calendar table cells. It also generates links to allow the navigation between the pages that display the calendar of different months. jcal uses a mysql table to access the data and a style script for ...
-
paging_class takes as parameters the listing base page URL, the total number of entries in the whole listing, limit number of records to display per page, and the number of the current page. Links to the next, previous and any intermediate pages, relative to the current page, get generated. Requirements: PHP 4.0 or higher
-
Pagerizer takes as parameters the total number of entries in the listing and an an optional associative array with values of options to configure details of presentation of the links. Links for browsing to every page of the list are generated. It also generates CSS style definitions to configure different aspects of presentation. Requirements: PHP 3.0 or higher
-
flip_link requires JavaScript in order to function. Supports css class and type. Key Features of flip_link:- The normal link text- The Mouseover changed link text- The title
-
The links are defined from an associative array that specify the URL of the links with the data that is displayed for the link. HTML List has variables to configure values of the presentation details of the list and the links such as: the list type, the font name, link text foreground and background color. HTML lists can be built ...
-
gsdPagination takes as parameters a SQL query, the number of the current listing page, the limit of results to show in each page, and the base link URL. It generates an SQL query with the LIMIT clause to retrieve only the records to show in the current page.Navigation links that facilitate browsing the results, are also generated.Requirements: PHP 4.3 or ...

