Subscribe
Tutorial search

PHP Navigation Tutorials


We hope that you will enjoy our PHP Navigation tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Navigation tutorial to our site. Thank you !

Sort by:
Creating a Basic Template System in PHP
Creating a Basic Template System in PHP
This article shows you how to use the php include function to implement a template system in PHP. It will not be a full fledged template system, it will rather teach you how to setup a basic template system in PHP
Difficulty:
Easy Mod_Rewrite with PHP tutorial
Easy Mod_Rewrite with PHP tutorial
Mod_rewrite isnt as hard as the internet makes out - this simple tutorial will help you out whether you are a novice or advanced PHPer
Difficulty:
A Beginner's Guide to mod_rewrite
A Beginner's Guide to mod_rewrite
A beginner's guide on how to rewrite URLs with the mod_rewrite module.
Difficulty:
Creating a Basic Template System in PHP
Creating a Basic Template System in PHP
This article shows you how to use the php include function to implement a template system in PHP. It will not be a full fledged template system, it will rather teach you how to setup a basic template system in PHP
Difficulty:
Breadcrumb Navigation Best Practices & Examples
Breadcrumb Navigation Best Practices & Examples
Breadcrumb navigation is often overlooked in the design and development process. Some people may see it as unnecessary while others may feel it is too big of a hassle for what its worth. Fact of the matter is, breadcrumb navigation will greatly increase the usability of a website.
Difficulty:
Templating Your Site with RainTPL
Templating Your Site with RainTPL
Templating Your Site with Advanced Template Engine
Difficulty:
PHP Popular Tags List
PHP Popular Tags List
A popular tags list can help your users find articles relating to certain topics without having to guess what a good search input might be. This is the code I created for my own site, which now contains one such list.
Difficulty:
Limit Characters From Your Text
Limit Characters From Your Text
Limit Characters From Your Text Limit Characters From Your Text Limit Characters From Your Text
Difficulty:
Simple PHP Website Templates
Simple PHP Website Templates
So you have a basic HTML site with 100 pages, what happens when you want to change the title tag? Well, if you aren’t using PHP includes, you will have to update each file. Wouldn’t it be nice if you could make the change to one file and it would update every page? That is what we will accomplish with our basic PHP template tutorial.
Difficulty:
Caching of web page using php
Caching of web page using php
In the modern days, most of the sites are database driven. That means that your site is actually an application which retrieves data from a DBMS system, eg MySQL) , parses the data and shows the result to the user. Most of these data are usually don’t change frequently or don’t change at all, and the reason that we use the database is that we can easilly update the site and the content.
Difficulty:
Simple PHP website tutorial
Simple PHP website tutorial
If you ever tried making a simple website with only a handful of pages, you probably noticed that once you need to edit some menu element, you have to edit all of your pages, which can be very irritating. The simplest way to solve this problem without resorting to coding is using frames. I encourage you not to do that. You can see for your self why. Instead you can apply one of the following PHP techniques.
Difficulty:
Using PayPal's Instant Payment Notification with PHP
Using PayPal's Instant Payment Notification with PHP
Using PayPal's Instant Payment Notification with PHP
Difficulty:
Extremely Simple Pagination
Extremely Simple Pagination
Ever wondered how pagination, or, a paging system works? Using PHP & MySQL I will show you an extremely simple way to create one.
Difficulty:
Resource-Oriented Clients using RESTful Web Services
Resource-Oriented Clients using RESTful Web Services
This chapter covers the steps that you would have to follow in designing and implementing resource-oriented clients in detail. The design of the clients is governed by the design of the service. And the client programmer needs to understand the semantics of the service, which is usually communicated through service API documentation. In the examples of this chapter, we will use the library service API designed in Chapter 4 to explain how we could use an existing API while designing PHP applicati
Difficulty:
Code teaching how to maxmise social media traffic
Code teaching how to maxmise social media traffic
The code shows how you can find out where your visitors are coming from and using this information maximise social media interaction.
Difficulty:
Total Tutorials in Category: 82