Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters
Web Scripts :: PHP :: PHP Tips and Tutorials :: Site Navigation
1.
How to use semantic lists to provide pagination for all kinds of data
|
|
If you're developing a front end to web applications, sooner or later, you'll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. You'll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This article is explains how you can use a quick class to handle pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we'll provide a sample CSS snippet that you can alter to fit your site design.
Hits: 90 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Site Navigation
|
3.
Free
|
|
If you visit a site's homepage, then click around a bit, it's really useful to be able to click back to previous pages in your click trail. If you've ever used Amazon's site and clicked around a bit, you'll see a variety of different types of breadcrumb trails in action.
Hits: 56 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Site Navigation
|
9.
File to display paging
|
|
This shows you how can display paging like google in your reports and also shows how you can use serach,sorting etc with your reports and data very easily. You can find a zip file in download section to display paging on your 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
Hits: 112 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Site Navigation
|
10.
Paging in PHP
|
|
This tutorial will show you how to implement this into your web site. It starts off with a bit of theory, then it will introduce a simple class to simplify the whole process. Then after that is a real-world pagination example.
Hits: 89 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Site Navigation
|
|
|
|
|