Best Tutorials website
Latest tutorials

Advertisment

HTML Templates

HTML Templates

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...


Views: 949 | Rating star | by Daniel
PHP - Site Navigation

Dynamic URLS using php and mysql

Dynamic 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.


Views: 939 | Rating star | by Nick
PHP - Site Navigation

Next-Previous Links

Next-Previous Links

This tutorial will show you how to make next previous links for a mySQL database.


Views: 742 | Rating star | by Nick
PHP - Site Navigation

Invano Navigation System

Invano Navigation System

This tutorial will show you how people link like www.invano.com?php:shoutbox


Views: 831 | Rating star | by Sarah
PHP - Site Navigation

Clean Urls with PHP

Clean Urls with PHP

Get clean and search engine friendly urls for your php site without using mod_rewrite.


Views: 789 | Rating star | by Mark
PHP - Site Navigation

Pagination with PHP

Pagination with PHP

Learn how to paginate results from your mySQL database in a clean and user friendly way.


Views: 819 | Rating star | by Isac
PHP - Site Navigation

Redirect Visitors by Browser Language

Redirect Visitors by Browser Language

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.


Views: 761 | Rating star | by Jarry
PHP - Site Navigation

Flexible Database Driven Menu

Flexible Database Driven Menu

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...


Views: 762 | Rating star | by John
PHP - Site Navigation

Using mod_rewrite with Apache and PHP

Using mod_rewrite with Apache and PHP

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...


Views: 794 | Rating star | by Jarry
PHP - Site Navigation

Page Navigator

Page Navigator

Create a simple Page Navigator for your PHP programs such as webboard, guestbook, online catalog, product list page, etc.


Views: 766 | Rating star | by Brad
PHP - Site Navigation

Creating a Tag Cloud Using PHP

Creating a Tag Cloud Using PHP

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...


Views: 806 | Rating star | by Isac
PHP - Site Navigation

Create Dynamic URLs With Mod_Rewrite and PHP Functions

Create Dynamic URLs With Mod_Rewrite and PHP Functions

In this tutorial you will learn to add unlimited parameters to your links with only one simple PHP function.


Views: 811 | Rating star | by Sarah
PHP - Site Navigation

Dynamic (2 level) navigation list

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...


Views: 782 | Rating star | by Adam
PHP - Site Navigation

Creating Navigation

Creating Navigation

Create a navigation script for a webpage.


Views: 813 | Rating star | by Steve
PHP - Site Navigation

Paginating large texts and stories

Paginating large texts and stories

Learn how to separate large texts and stories into pages containing X sentences each.


Views: 739 | Rating star | by John
PHP - Site Navigation

Creating a menu system

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...


Views: 742 | Rating star | by Nick
PHP - Site Navigation

PHP Tag Cloud Script

PHP Tag Cloud Script

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...


Views: 811 | Rating star | by John
PHP - Site Navigation

Do a Navigation System that Uses ?id=1

Do a Navigation System that Uses ?id=1

In this tutorial you will learn how to create a navigation system that Uses ?id=1 for its pages.


Views: 742 | Rating star | by Jarry
PHP - Site Navigation

PHP url parameter and page include

PHP url parameter and page include

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...


Views: 768 | Rating star | by Sarah
PHP - Site Navigation

Create A Template Engine!

Create A Template Engine!

This tutorial will show you how to create a template engine to run behind your site.


Views: 872 | Rating star | by John
PHP - Site Navigation