Active Articles: 2038
Total Categories: 16
Sub Categories:616
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. ... learn more
| ||||||||
| ||||||||
Paginating large paragraphs or text entries | ||||||||
Learn how to split large stories into pages each contain X sentences each. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Breadcrumb Navigation | ||||||||
Breadcrumb navigation breaks the site into links of categories and sub-categories, until the reader finally reaches the actual page they want. This article describes how to create breadcrumb navigation for your pages dynamically. ... learn 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 how to create a dynamic navigation menu powered by PHP and MySQL only. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Simple PHP templating tutorial | ||||||||
A quick and easy way to achieve PHP templating for small to medium sites. ... learn more
| ||||||||
| ||||||||
Simple Php Navigation | ||||||||
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! ... learn 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. ... learn 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. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Pretty URLs - a guide to URL rewriting | ||||||||
Introduction to the use of mod_rewrite for more search engine and user friendly URLs ... learn more
| ||||||||
| ||||||||
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 ... learn more
| ||||||||
| ||||||||
convert files from Php to Html Extensions | ||||||||
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 ... learn more
| ||||||||
| ||||||||
