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.
The PHP Redirect command:
Replace [some-url] with the URL where you want the redirection to take place.
For example,
header("location: ./version2/index.html"); =>redirect to "index.html" page in subfolder called "version2"
header("location: http://www.yahoo.com"); =>redirect to a website called yahoo.com
If PHP is not available, it's also possible to use other redirects:
* HTTP Redirects
Replace [time] with seconds. This will pause the browser for the specified number of seconds. Replace [some-url] with the target URL you want to redirect.
For example,
The above HTTP based redirect needs to be in the region of the HTML code.
* JavaScript Redirects
setTimeout("location.href='[some-url]'", [time]);
Replace [time] with milliseconds. This will pause the browser for the specified number of seconds. Replace [some-url] with the target URL you want to redirect.
For example, setTimeout("location.href='http://www.yahoo.com'", 5000);
The above JavaScript based redirect can be either in the or region of the HTML code.
Usually a PHP redirect is much more reliable than other form of redirects like HTTP redirect or JavaScript based redirects. For example a JavaScript redirect may not work if a user's browser settings has JavaScript turned off.
The reason why PHP redirects will work no matter what settings users have on their browser is because PHP is server side script. It will not depend on browser settings that may affect JavaScript which is parsed on the client-side/user-side.
About the Author
Sanjib Ahmad, Freelance Writer and Product Consultant for http://www.marc8.com.
You are free to use this article in its entirety as long as you leave all links in place, do not modify the content, and include the resource box listed above.
green cleaning service Park Ridge ..That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
There are hundreds of millions of Web surfers today. Each... Read More
One of the biggest mistakes that most online retailers make... Read More
Research reveals three important facts:1) The Internet is one of... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
As increasing numbers of people search for information on the... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
What to put your the website if you are an... Read More
1. As the first step, "Hire a web designer."First create... Read More
Looks like every client wants a Flash site these days... Read More
You've decided to create a website to market your products... Read More
In about the Time it takes to Watch a Reality... Read More
If you are like me you have wanted to build... Read More
Does My Web Site Require A Web Database?If your web... Read More
One of the most useful features offered by some web... Read More
Analyzing traffic to a site is a key factor in... Read More
It amazes me how many people try to build serious... Read More
So you have a good idea for a business and... Read More
Often time I've browsed sites and seen the same thing... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
If you are looking for creating your online presence you... Read More
What you should do and know if you are an... Read More
While it may seem like a "quick and easy" task,... Read More
Designing and creating your own website does not have to... Read More
emergency cleaning services Morton Grove ..It amazes me how many people try to build serious... Read More
Optimize your time. How much time each day must you... Read More
They might not be wearing a mask and carrying a... Read More
My life's greatest passion is a safari hobby. And what... Read More
In a previous ezinearticles.com article,"I Need real visitors, Not Search... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
Making a web site is easy. Making a good web... Read More
Launching a new small business website is often a long... Read More
Your content is what gets you in search engines, speaks... Read More
A PHP Redirect automatically transfers a web user from one... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
I still remember it very clear ... It was almost... Read More
If you are living in a country that its native... Read More
When you publish a content site there are times when... Read More
What is web accessibility & why is it important?Web accessibility... Read More
A simple website stats counter is not enough if you... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
Mini Websites are the most powerful and cost effective solution... Read More
One of the biggest mistakes that most online retailers make... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
D.zigns dzignerwebs The Basics Before starting on... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
"I don't sell anything online, I don't advertise online, in... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
When we review the sites of potential clients, there are... Read More
Web Development |