Advertisment
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page...
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.
This tutorial will show you how to make next previous links for a mySQL database.
This tutorial will show you how people link like www.invano.com?php:shoutbox
Get clean and search engine friendly urls for your php site without using mod_rewrite.
Learn how to paginate results from your mySQL database in a clean and user friendly way.
Give a professional touch to your site learing how to redirect your website users based on the choice of language that is set in the browser.
Following this tutorial you'll be able to create a fully database driven flexible menu that will also allow you to add menu items later and...
mod_rewrite is a popular Apache Module which gives a server administrator the ability to mask a web site's links. Though mod_rewrite has...
Create a simple Page Navigator for your PHP programs such as webboard, guestbook, online catalog, product list page, etc.
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...
In this tutorial you will learn to add unlimited parameters to your links with only one simple PHP function.
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to...
Create a navigation script for a webpage.
Learn how to separate large texts and stories into pages containing X sentences each.
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...
In this tutorial you will be shown how to create a class based word cloud / tag cloud using PHP. This is because it will be more convenient for...
In this tutorial you will learn how to create a navigation system that Uses ?id=1 for its pages.
Iīve been asked several times how to solve this problem. Letīs say you have folder which stores files with the content of the pages. You also have...
This tutorial will show you how to create a template engine to run behind your site.