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 Glencoe ..80% of your Web site is Maintenance!Once your Web site... Read More
Through the explosive growth of the Web, companies have realized... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
Optimal website design is the art of logical navigation.It will... Read More
Succeeding with an eCommerce website is a dream for many... Read More
When you publish a content site there are times when... Read More
Absolutely everything stems from the purpose of your website -... Read More
So what do you do if need to get a... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
What happened on your website yesterday? What about last week... Read More
People often come to me in a state of crisis... Read More
Every good Internet business understands the value of conversions versus... Read More
Your web site will be your window to the world.... Read More
Internet has opened a whole new world for web developers... Read More
Server Side Includes (SSI) with ASP People often... Read More
What to do if you are an artist after you... Read More
See how you can create graphic effects on text with... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
If you were asked to put a value on your... Read More
1. As the first step, "Hire a web designer."First create... Read More
"I am a writer, not a business-person. I don't want... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
If you're looking for better web site ROI, chances are,... Read More
Now that you have got your domain name registered, your... Read More
house cleaning company Bannockburn ..When you take a look at the most visited sites... Read More
Now that you have got your domain name registered, your... Read More
Creating and maintaining an effective presence on the Web has... Read More
Some left shoes are in isle 5, while the right... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Web accessibility has so many benefits that I really do... Read More
When most people build a web site, they think one... Read More
Here's something you may never have thought of before:If I... Read More
There are lots of HTML editors on the market, however,... Read More
Just like all things in life, the ways to run... Read More
Absolutely everything stems from the purpose of your website -... Read More
After planning the design and content of your website, it's... Read More
You work hard to build traffic to your web page.... Read More
Spend time planning your Web site. Before you design a... Read More
Everywhere you look these days, people are telling you that... Read More
Your web site will be your window to the world.... Read More
Server Side Includes (SSI) with ASP People often... Read More
What happened on your website yesterday? What about last week... Read More
If your company own one or more stores, you might... Read More
The definition of the phrase "Content Management" depends on what... Read More
Web templates by nature are created to aid and ease... Read More
It never ceases to amaze me how many people set-up... Read More
Having an eye catching website is great, but are you... Read More
Web Development |