Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

PHP Redirection Tutorials


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

Sort by:
Page Redirection Using a URL Variable - Like anonym.to
Page Redirection Using a URL Variable - Like anonym.to
This tutorial will show you how to make a redirection script using a URL variable. Similar to that on http://anonym.to/
Category: PHP tutorials > Redirection - Difficulty:
Redirecting the Web Browser with PHP
Redirecting the Web Browser with PHP
Learn how to use HEADER functions to redirect the users web browser transparently using PHP.
Category: PHP tutorials > Redirection - Difficulty:
Time Based Pages
Time Based Pages
Redirect the user to a different page depending on what time of the day it is.
Category: PHP tutorials > Redirection - Difficulty:
How To Redirect or Cloak Affiliate Links
How To Redirect or Cloak Affiliate Links
This tutorial will show you how to redirect your affiliate links using a PHP script and a simple edit to your .htaccess file. For some reason users seem to trust links more if the reside on your own server. Using a “link cloaking” technique is an easy way to increase revenue from affiliate offers.
Category: PHP tutorials > Redirection - Difficulty:
Redirect a User Based on His Geographic Location
Redirect a User Based on His Geographic Location
This code uses a web service to determine each user's location and allows you to redirect the user or dynamically create a page based on that information.
Category: PHP tutorials > Redirection - Difficulty:
simple redirection
simple redirection
For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.
Category: PHP tutorials > Redirection - Difficulty:
PHP Auto Redirection
PHP Auto Redirection
Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.
Category: PHP tutorials > Redirection - Difficulty:
PHP Redirect
PHP Redirect
Learn how to perform a redirect in PHP. A PHP Redirect automatically transfers a web user from one URL to another. For example, typing foo.com in the browser automatically transfers the user to another URL bar.com.
Category: PHP tutorials > Redirection - Difficulty:
PHP redirect page
PHP redirect page
In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.
Category: PHP tutorials > Redirection - Difficulty:
Automatic Page Refresh - Refresh your page or redirect your visitors after a preset amount of time
Automatic Page Refresh - Refresh your page or redirect your visitors after a preset amount of time
Refresh your page as used on big news portals or redirect your visitors to another page (insider or outside your website) after some time.
Category: PHP tutorials > Redirection - Difficulty:
Browser Redirect
Browser Redirect
Learn how to do a Browser Redirect using the power of PHP.
Category: PHP tutorials > Redirection - Difficulty:
How to tempt Google to index your Site despite redirection
How to tempt Google to index your Site despite redirection
This short tutorial shows you how to redirect UserAgents with PHP and still getting indexed by Google!
Category: PHP tutorials > Redirection - Difficulty:
PHP Browser Redirect Tutorial
PHP Browser Redirect Tutorial
A situation may come up when you want to redirect a user depending on what browser they are using. Here is a simple PHP tutorial that will teach you how to redirect users depending upon what browser they are using.
Category: PHP tutorials > Redirection - Difficulty:
Redirect The Browser Using PHP
Redirect The Browser Using PHP
If you want to redirect the user to another page, use this script.
Category: PHP tutorials > Redirection - Difficulty:
Redirecting a Page using PHP
Redirecting a Page using PHP
Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to send HTTP headers back to the browser. The headers can be sent back to the browser only if there's no content or error messages shown in the page.
Category: PHP tutorials > Redirection - Difficulty:
Total Tutorials in Category: 15