Navigation PHP Tutorials

PHP Navigation Tutorials
Home » PHP » Navigation (47 Tutorials)
Extract query string into an associative array
Extract query string into an associative array tutorial
How to extract the domain, path, etc from a url with PHP and in this follow up post show how to extract the query string into an associative array using the parse_str function.
Get full web page URL from address bar
Get full web page URL from address bar tutorial
In this tutorial, you'll learn how to get current web page url from your web browser address bar using php script.
Building a dynamic drop down menu
Building a dynamic drop down menu tutorial
Use the power of PHP and CSS to build dynamic drop down menus.
PHP Navigation, method B
PHP Navigation, method B tutorial
How to manage your page's navigation, second method.
PHP Navigation, method A
PHP Navigation, method A tutorial
Manage your page's navigation, first method.
Switch navigation with mod_rewrite
Switch navigation with mod_rewrite tutorial
In this tutorial I will show you how to make PHP switch navigation with mod_rewrite work for your site, it will help your rankings in search engines by making your URLs search engine friendly, and it will make it easier for your users to understand where they are on your site by simply looking at the URL.
PHP Navigation
PHP Navigation tutorial
Use php to navigate with, instead of frames, iframes etc.
Get Host
Get Host tutorial
Get the internet host name or ISP corresponding to a given IP address.
Display Referrer
Display Referrer tutorial
Display where your visitor came from to your site.
Navigation
Navigation tutorial
Learn how to make pages with ids.
Populating a Drop Down Menu with Info. from a Database
Populating a Drop Down Menu with Info. from a Database tutorial
Discover the advantages of adding a database driven drop down list. Such menus are a easy way to cram a lot of links into a small, easy to maintain space.
Rewritten URLs with Unlimited Parameters
Rewritten URLs with Unlimited Parameters tutorial
I recently added a function to my commercial PHP framework which allows unlimited parameters in a mod_rewrite rewritten URL, without having to add more lines to do so. In this tutorial I will explain to you how to create this function and use it.
Navigation Using Switch
Navigation Using Switch tutorial
So these days there are ways to exploit your PHP automated navigation with selecting files from modules and including them autimatically according to the URL variables. Not good. Today I'm going to explain to you a simple method, which is safe and easily customizeable.
Expanding & Collapsing Menus
Expanding & Collapsing Menus tutorial
Right, so you are making a new website, and you wanna spiff up your design with collapsing and expanding menus? I've created an easy to use way to put in as many menus as you like, and it uses sessions to store which menus to show and which to hide.
Simple Solution for Php Includes - IFrames
Simple Solution for Php Includes - IFrames tutorial
I have recently created my first Php program. I wanted to share with others some of the problems that I encountered, and how I finally overcame these obstacles.
HTACCESS Wrappers with PHP
HTACCESS Wrappers with PHP tutorial
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all your images, and more.
Creating friendly URLs with mod_rewrite
Creating friendly URLs with mod_rewrite tutorial
This programming tutorial will teach you how to build search engine friendly URLs in PHP, which contain keywords and use HTML extensions. We are going to use the htaccess file and mod_rewrite module running on an Apache server.
Link system using PHP
Link system using PHP tutorial
In this tutorial you will learn how to use a link system.
Web page optimizer
Web page optimizer tutorial
How to go from 15kb to a file of 11kb without even changing one single line in a CSS file? Without ruining the looks and comments of our page. How to keep them intact for editing and highly parsed, optimized for speed and compressed but only for the visitors?
Language specific response
Language specific response tutorial
Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information directed to the user (as for example the most suitable ad).
Home » PHP » Navigation (47 Tutorials)
 
Subcategories
 
Categories
 
Advertisement