/**

popular collection of scripts for all

*/
/** Search */

Site Navigation

 }

File to display paging

Hits: 34
*****
3.0

Simple PHP templating tutorial

Hits: 17
*****
0.0

Paging in PHP

Hits: 43
*****
2.0
This shows you how can
A quick and easy way to
This tutorial will show you
A tutorial with code snipple
display paging like google
achieve PHP templating for
how to implement this into
included that tells you how
in your reports and also
small to medium sites.
your web site. It starts off
to generate links with URLs
shows how you can use
 
with a bit of theory, then
such as index.php?ID=5 and
serach,sorting etc with your
 
it will introduce a simple
such. Very easy to follow.
reports and data very
 
class to simplify the whole
 
easily. You can find a
 
process. Then after that is
 
zip file in download section
 
a real-world pagination
 
to display paging on your
 
example.
 
reports etc. The paging
 
 
 
file lib/paging.php is very
 
 
 
useful file for displaying
 
 
 
paging option on reports or
 
 
 
on large number of data
 
 
 
records. With this file
 
 
 
you can display customized
 
 
 
number of records on each
 
 
 
page and number of paging
 
 
 
per page. This file
 
 
 
creates all the links for
 
 
 
you, with paging option,
 
 
 
with Next, Prev links. This
 
 
 
file also creates the Link
 
 
 
for FirstPage and Last Page
 
 
 
Like [First Page] Prev
 
 
 
< | 6 | 7 | 8 | 9 |
 
 
 
10 | > Next [Last
 
 
 
Page] With this file
 
 
 
you can easily provide easy
 
 
 
search option, Sorting
 
 
 
option and also you can
 
 
 
provide an option to your
 
 
 
user to select number of
 
 
 
records they with to view on
 
 
 
page. With this script you
 
 
 
can even learn PHP !!
 
 
 
There is sample script
 
 
 
with this which shows all
 
 
 
the use of this file. Works
 
 
 
only with MYSQL at this stage
 
 
 


Date: Jul, 09 2004


Date: Jan, 16 2004


Date: Aug, 05 2003


Date: Apr, 09 2003
If you want menus that can
This tutorial shows you how
Breadcrumb navigation breaks
This article describes in
expand or collapse when a
to make those nifty little
the site into links of
detail how to create an
user clicks on it, this
PREV 1 2 3 NEXT,
categories and
expanding and collapsing
tutorial will show you how
thing-a-ma-jiggers. If you
sub-categories, until the
table of content menu system
to do it.
want to apply pagination to
reader finally reaches the
completely on your web
 
some of your queries, check
actual page they want. This
server using PHP.
 
this out.
article describes how to
 
 
 
create breadcrumb navigation
 
 
 
for your pages dynamically.
 


Date: Feb, 27 2003


Date: Dec, 03 2002


Date: Jul, 10 2001


Date: Aug, 01 2000
{ Copyright } ©2006 NuclearScripts.com