Site Navigation
Results 1 - 20 of 23
Creating a menu system
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.
How To Create A Pagination In PHP
This is a guide how to create a pagination in PHP
Making Expanding and Collapsing Menus with PHP
If you want menus that can expand or collapse when a user clicks on it, this tutorial will show you how to do it.
Array-based PHP Pagination
If you are going to have a site where users can submit stuff, and the stuff is listed on one page, you definitely need pagination. Pagination scripts consist of two main parts: getting the correct records and displaying them, and displaying the page...
(show more)
Easy pagination for your PHP applications
Download and learn how to use php pagination class in your web applications.
Recursive menu with MySQL and without it
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.
PHP Array Pagination
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...
(show more)
Dynamic (2 level) navigation list
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...
(show more)
Create Search Engine Friendly URLs With PHP and mod_rewrite
Learn how to create search engine friendly urls for your website using PHP and mod_rewrite.
Easy Navigation
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.
Digg.com style navigation function
Very flexible and easy to integrate function, witch prints navigation links in digg.com style. You can customize links template.
Paginating large paragraphs or text entries
Learn how to split large stories into pages each contain X sentences each.
Tag Cloud
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.
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...
(show more)
Advanced Bulleted-List Menu
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.
Search Engine friendly urls without mod_rewrite.
Use php instead of mod_rewrite to get search engine freindly urls.
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...
(show more)
Simple PHP templating tutorial
A quick and easy way to achieve PHP templating for small to medium sites.
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.
Dyanmic URLS using php and mysql
A tutorial with code snipple included that tells you how to generate links with URLs such as index.php?ID=5 and such. Very easy to follow.
