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.
shuttle to Midway Beardstown .. Lockport Chicago limo O’HareA website is like an information flow, with you as... Read More
So you have decided that you want to do freelance... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
You've put up a website to promote a product or... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
Although CSS layouts have been around for years, they haven't... Read More
When used to describe a web site, the term "sticky"... Read More
I had a client say something to me the other... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Like wine cars get more attractive to collectors as years... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
An additional benefit of website accessibility is an improved performance... Read More
Setting up a website is the very first step of... Read More
What happened on your website yesterday? What about last week... Read More
In 1995 a new era of accessibility for disabled people... Read More
When I started my company in 2002, I knew I... Read More
Website, website, website, everyone says you need one. But do... Read More
Research reveals three important facts:1) The Internet is one of... Read More
Web accessibility has so many benefits that I really do... Read More
Have you ever thought the secret behind the success of... Read More
How popular is online shopping? And is there room for... Read More
Succeeding with an eCommerce website is a dream for many... Read More
Part of the success of most home-based businesses is their... Read More
The growth in Internet usage around the world is astounding... Read More
My life's greatest passion is a safari hobby. And what... Read More
Green Bay Hummer H2 SUV rentals ..Starting an internet business can be confusing to non-veterans. The... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
Three way linking and concerns.For many years SEO experts were... Read More
It's now easier than ever to take payments on the... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
Functions and Subroutines in ASP If you read... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
Starting and maintaining a business is challenging enough without the... Read More
I recently received an unsolicited e-mail from some company offering... Read More
1. As the first step, "Hire a web designer."First create... Read More
You don't believe in astrology but you check your horoscope... Read More
Do you make your website just to entertain yourself or... Read More
The definition of the phrase "Content Management" depends on what... Read More
If you ever want to create a state directory, article... Read More
Web templates by nature are created to aid and ease... Read More
Profiles are one of the best kept secrets around regarding... Read More
So you want to take a look at a real... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
You know exactly what your organisation does and what your... Read More
Losing website sales and traffic is sometimes simply a case... Read More
It is an undeniable fact that not everybody is keen... Read More
This simple question can take on several different forms, but... Read More
Visitors to your site come looking for information or solutions... Read More
Thousands of people are now making a living online and... Read More
Web Development |