Best Tutorials website
Latest tutorials

Advertisment

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!


Views: 791 | Rating star | by Daniel
PHP - Redirection

PHP Auto Redirection

PHP Auto Redirection

Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.


Views: 859 | Rating star | by Sean
PHP - Redirection

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.


Views: 896 | Rating star | by Mathew
PHP - Redirection

Browser Redirect

Browser Redirect

Learn how to do a Browser Redirect using the power of PHP.


Views: 778 | Rating star | by Colin
PHP - Redirection

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


Views: 894 | Rating star | by David
PHP - Redirection

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.


Views: 765 | Rating star | by Mathew
PHP - Redirection

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


Views: 816 | Rating star | by Marry
PHP - Redirection

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


Views: 789 | Rating star | by Steve
PHP - Redirection

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


Views: 819 | Rating star | by Stephen
PHP - Redirection

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.


Views: 963 | Rating star | by Nick
PHP - Redirection

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


Views: 790 | Rating star | by Jarry
PHP - Redirection

Time Based Pages

Time Based Pages

Redirect the user to a different page depending on what time of the day it is.


Views: 794 | Rating star | by Troy
PHP - Redirection

Redirect The Browser Using PHP

Redirect The Browser Using PHP

If you want to redirect the user to another page, use this script.


Views: 800 | Rating star | by Stephen
PHP - Redirection