This totorial shows how to build your site navigation using recursive functions. In tutorial you would find how to generate site menu using mysql database and php or only using php.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed May 7 2008
If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would handle a normal php array and you can generate the page numbers with a single line of code, it really is that simple.
FreeVersion: 1 Platform(s): linux, windows Updated: Tue Nov 20 2007
Almost all Php Navigations use the case: code.
And you have to manually add all the cases.
Now, with this simple code, you just add it one time, then, you dont have to edit it to add more pages! check it out!
This tutorial provides a simple method to convert files from Php to Html Extensions, on an Apache Server. Most will agree Php has become the common language for creating dynamic Websites. Although the language is simple and efficient, developers are finding trouble getting traffic to their Php site. Learn how to get indexed in the search engines
FreeVersion: 1 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Jan 4 2006
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.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Sat Jul 2 2005
Explore drawing dynamic navigation menus using PHP, CSS and JavaScript. This tutorial teaches you how to generate an easily modifiably bulleted-list that is fully collapsible and preserves state between pages.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Thu May 12 2005
In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.
Version: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Tue Nov 13 2007
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it’s easy to add different CSS styles later.
This is a brief tutorial on writing a simple script for easy page navigation using PHP, without use of the code-heavy switch() function normally chosen for this type of script.
Version: n/a Platform(s): n/a Updated: Thu Jun 28 2007
By using this PHP code, you can create the tag cloud that is popular on so many web 2.0 sites. It lets you provide users with an index/sitemap that they can use to easily navigate through your website's content.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sat Oct 7 2006
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
Version: 1.0 Platform(s): Linux Updated: Fri Jul 9 2004
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.
Version: n/a Platform(s): n/a Updated: Tue Aug 5 2003