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.
Research reveals three important facts:1) The Internet is one of... Read More
Spend time planning your Web site. Before you design a... Read More
Let's begin by setting some limits. If you're like me,... Read More
As increasing numbers of people search for information on the... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
While studying online for IT investment opportunities, I found that... Read More
The first thing you will have to deal building your... Read More
Have you ever wondered what challenges are faced by other... Read More
Getting a Targeted Visitor to a website is a waste... Read More
Writing for the web is totally different to writing for... Read More
Website, website, website, everyone says you need one. But do... Read More
Making maximum profit from your law firm website is important,... Read More
Designing an E-commerce Web site is not as simple as... Read More
The "robots" meta tag, when used properly, will tell the... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
I am just a learner who likes to delve in... Read More
You hear a great deal about the Internet these days... Read More
What do you mean, you don't have a website for... Read More
There are hundreds of millions of Web surfers today. Each... Read More
You want to give your site's visitors a way to... Read More
Anyone who knows anything about web accessibility knows that images... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
More and more non-profit organizations are developing websites to help... Read More
Right after the thought, "I need a website," people usually... Read More
What is the point of having a website, you may... Read More
The internet has taken over our lives with a vengeance,... Read More
Your business website is a critical aspect of being able... Read More
"How do I improve web site sales figures?" The CEO... Read More
The Internet has opened a whole New World of opportunity... Read More
One of the biggest mistakes that most online retailers make... Read More
In this day and age most businesses consider having their... Read More
One of the best tools you have as a webmaster... Read More
Thinking about starting up a business? The web is the... Read More
Many web developers today are starting to KISS their website,... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
Recently, a friend asked "What's the deal with those DIY... Read More
When people think about the Internet, they think about technology.... Read More
While most marketers are beginning to understand the critical importance... Read More
"I have a small business with just a couple of... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
So you finally decided to invest in a web presence... Read More
Although there are significant differences among the various types of... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
If you are like me you have wanted to build... Read More
So your traffic is going through the roof yeah? It's... Read More
While studying online for IT investment opportunities, I found that... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
They might not be wearing a mask and carrying a... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Running an effective website is a continuous process. I have... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
So you have decided that you want to do freelance... Read More
One of my most salient memories from when I sold... Read More
1. The first page appears quickly.It's a good way to... Read More
What you should do and know if you are an... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
Most people know they need a website in order to... Read More
Often time I've browsed sites and seen the same thing... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
Many millions of dollars are being wasted on promoting and... Read More
If you haven't made the sales and built your clients... Read More
The definition of the phrase "Content Management" depends on what... Read More
Dance is how you pamper your soul and satiate your... Read More
Starting an internet business can be confusing to non-veterans. The... Read More
Web Development |