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.
cheapest limo Akin .. Lockport Chicago limo O’HareOne of the biggest mistakes that most online retailers make... Read More
For years now I've been looking to start my own... Read More
I'm one of those people that always wanted a website,... Read More
There's been widespread speculation about the new legislation being introduced... Read More
If you have your own business website and you are... Read More
The cost of setting up a web site is dirt... Read More
1) A marketing necessityI still hear it said from time... Read More
This is a growing concern amongst many business owners. Does... Read More
Your site is fast and getting traffic, but conversion rates... Read More
How popular is online shopping? And is there room for... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
What is the most important part of your online business?Many... Read More
Through the explosive growth of the Web, companies have realized... Read More
A PHP Redirect automatically transfers a web user from one... Read More
Thinking about starting up a business? The web is the... Read More
Let's begin by setting some limits. If you're like me,... Read More
The internet is a sea of knowledge. Getting your information... Read More
Even though the Internet has been around for a long... Read More
Anyone who knows anything about web accessibility knows that images... Read More
Writing for the web is totally different to writing for... Read More
You work hard to build traffic to your web page.... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
How many Web Sites did you stumble over telling you... Read More
After years of working with entrepreneurs who developed their first... Read More
"If you build it, they will come"; is an age... Read More
Aledo wedding limo ..Losing website sales and traffic is sometimes simply a case... Read More
The evolution of web development parallels the model of technology... Read More
I'm one of those people that always wanted a website,... Read More
The Internet is being used by local service business to... Read More
Appealing to others is really important when you have a... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
Dance is how you pamper your soul and satiate your... Read More
Are bloated images slowing down your web site and causing... Read More
As increasing numbers of people search for information on the... Read More
If you were asked to put a value on your... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
When visitors add your web site to their Favorites or... Read More
The internet has taken over our lives with a vengeance,... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
So what do you do if need to get a... Read More
Do you make your website just to entertain yourself or... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
One of the biggest mistakes that most online retailers make... Read More
Website, website, website, everyone says you need one. But do... Read More
Although CSS layouts have been around for years, they haven't... Read More
What is CSS?CSS is a simple file which controls the... Read More
What you should do and know if you are an... Read More
What happened on your website yesterday? What about last week... Read More
We all start out the same. Some have budgets, some... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
Web Development |