 | Redirect users by browser language |
| Give a professional touch to your site learing how to redirect your website users basing the choice on the language that is set in the browser. |
| PHP Tutorials > Site Navigation |
| |
 | Query Strings |
| Ever seen something like index.php?page=contact ? This tutorial covers how to securely manipulate and use query strings in PHP. |
| PHP Tutorials > Site Navigation |
| |
 | StyleSheet Switcher |
| With a stylesheet switcher script you can have multiple styles on your website. For instance if you want to have a blue, red, and orange version of your website, but don't want to create all the individual pages for each different style, you can do it thi |
| PHP Tutorials > Site Navigation |
| |
 | Creating index.php?id=3 Web Pages |
| You see these every on the net, they are fairly easy to do and manage. This tutorial explains every aspect of the code to keep you in touch with what you are doing. |
| PHP Tutorials > Site Navigation |
| |
 | Beginners Guide to Making Custom Error Pages |
| This tutorial will help you create a .htaccess file that will redirect any errors to pages you specify. This will give your site a far more professional look if an unfortunate error does occur and it only takes minutes to create the file set it up. These |
| PHP Tutorials > Site Navigation |
| |
 | Creating an IE-Only Database Driven Menu System Wi |
| This article will show you how to create a dynamic menu system, which is driven by a simple PHP script and some JavaScript. It uses a MySQL database to store its menu items, and is compatible with Internet Explorer version 5 and above. Source code availab |
| PHP Tutorials > Site Navigation |
| |
 | 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 |
| PHP Tutorials > Site Navigation |
| |
 | Pagination with PHP |
| Learn how to paginate results from your mySQL database in a clean and user friendly way. |
| PHP Tutorials > Site Navigation |
| |
 | 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. |
| PHP Tutorials > Site Navigation |
| |
 | Invano Navigation System |
| This tutorial will show you how people link like www.invano.com?php:shoutbox |
| PHP Tutorials > Site Navigation |
| |
 | 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. |
| PHP Tutorials > Site Navigation |
| |
 | Loading pages like index.php?page=staff |
| Ever wanted to learn how to do that? Loading pages through the index? Well I will teach you how to do it a good way, fast and secure. |
| PHP Tutorials > Site Navigation |
| |
 | 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 allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include |
| PHP Tutorials > Site Navigation |
| |
 | PHP3 Expanding and Collapsing TOC |
| This article describes in detail how to create an expanding and collapsing table of content menu system completely on your web server using PHP. |
| PHP Tutorials > Site Navigation |
| |
 | 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. |
| PHP Tutorials > Site Navigation |
| |