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.
detailed home cleaning Lake Forest ..RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
It amazes me how many people try to build serious... Read More
You've just finished congratulating your marketing team. After six months... Read More
How can we add Word Rich Content to our Websites... Read More
When we review the sites of potential clients, there are... Read More
I've heard several prominent web marketers mention in their classes... Read More
Thousands of people are now making a living online and... Read More
While studying online for IT investment opportunities, I found that... Read More
This article was prompted by some customer support work I... Read More
Below, I have listed 8 simple steps that you can... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
One of the things that many people overlook when building... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Your content is what gets you in search engines, speaks... Read More
So you have a good idea for a business and... Read More
Mini Websites are the most powerful and cost effective solution... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
This simple question can take on several different forms, but... Read More
While it may seem like a "quick and easy" task,... Read More
So your traffic is going through the roof yeah? It's... Read More
If you're anything like most small business owners, you probably... Read More
"If you build it, they will come"; is an age... Read More
A lot of people these days are interested in getting... Read More
trusted cleaning company Des Plaines ..When you consider the billions of individuals and companies on... Read More
If you are developing your website on a host that... Read More
cPanel is a control panel for your website and allows... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Dan Kennedy once said that if you can't make money... Read More
Here's something you may never have thought of before:If I... Read More
Below, I have listed 8 simple steps that you can... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
There was a time not long ago when setting up... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
Analyzing traffic to a site is a key factor in... Read More
Mini Websites are the most powerful and cost effective solution... Read More
It may come as some surprise to a traditionally off-line... Read More
It's now easier than ever to take payments on the... Read More
The big thing these days is your ability to capture... Read More
You hear a great deal about the Internet these days... Read More
The Internet is being used by local service business to... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
Have you ever wondered what challenges are faced by other... Read More
With more and more countries around the world passing laws... Read More
"If you build it, they will come"; is an age... Read More
Everyday thousands of new businesses make the leap and take... Read More
The Disability Discrimination Act says that websites must be made... Read More
When marketing your website, it's important to know which of... Read More
In the big, wide online world there are millions of... Read More
Web Development |