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.
recurring cleaning service Wilmette ..Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
An additional benefit of website accessibility is an improved performance... Read More
I can't think of any business alive today that couldn't... Read More
You have seen those web pages where they have the... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
Research reveals three important facts:1) The Internet is one of... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
A professional online reputation is essential to the flourishing of... Read More
When a user signs up at your website, you may... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
What is the point of having a website, you may... Read More
So your traffic is going through the roof yeah? It's... Read More
Failure, just like success, is measured differently by each and... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
So what do you do if need to get a... Read More
When building a relationship, listening is more important than talking.A... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
You hear a great deal about the Internet these days... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
This article was prompted by some customer support work I... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
Fresh website content for your visitors can be of real... Read More
Through the explosive growth of the Web, companies have realized... Read More
Making maximum profit from your law firm website is important,... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
reliable maid service Morton Grove ..A lot has changed in the way sites are optimized... Read More
Research reveals three important facts:1) The Internet is one of... Read More
In the region where my company is located, South Bend,... Read More
When I started my company in 2002, I knew I... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
Revenues are often lost because many business owners don't see... Read More
From early days of www, the Internet sites that are... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
How can we add Word Rich Content to our Websites... Read More
It's now easier than ever to take payments on the... Read More
Simply ensuring your website is accessible to screen reader users... Read More
How many Web Sites did you stumble over telling you... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
A lot of people these days are interested in getting... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
We are clearly well past the innocent "golden age" of... Read More
You want to give your site's visitors a way to... Read More
Are bloated images slowing down your web site and causing... Read More
First, using a lot of web graphics, flash, banners and... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
Web accessibility has so many benefits that I really do... Read More
Never has competition been so difficult in the Internet world.... Read More
Even though the Internet has been around for a long... Read More
Web Development |