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.
disinfecting cleaning services Buffalo Grove ..The Internet has opened a whole New World of opportunity... Read More
The growth in Internet usage around the world is astounding... Read More
In 1995 a new era of accessibility for disabled people... Read More
Whether you have your own business already, or are looking... Read More
Wow, we`ve already taken a domain and chosen a web... Read More
There's been widespread speculation about the new legislation being introduced... Read More
Making a web site is easy. Making a good web... Read More
What you should do and know if you are an... Read More
People often come to me in a state of crisis... Read More
Many of site owners still don't realize all advantages of... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
No matter the size of your business, having a web... Read More
1. The first page appears quickly.It's a good way to... Read More
When you consider the billions of individuals and companies on... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
There are lots of HTML editors on the market, however,... Read More
In the region where my company is located, South Bend,... Read More
The internet is a sea of knowledge. Getting your information... Read More
A website is like an information flow, with you as... Read More
Alternate medicine finds its own place in the hearts and... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
It may seem like the publishing industry's equivalent of Beanie... Read More
For years now I've been looking to start my own... Read More
If you are like me you have wanted to build... Read More
The Internet is a remarkable publishing medium. With just a... Read More
spotless home service Arlington Heights ..The internet is a sea of knowledge. Getting your information... Read More
After deciding what kind of internet business you want to... Read More
In this example I have used the map of the... Read More
When I started my company in 2002, I knew I... Read More
When a user signs up at your website, you may... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
Every business needs to know how it is doing. That's... Read More
It amazes me how many people try to build serious... Read More
When you publish a content site there are times when... Read More
Many small companies choose not to invest in a professionally... Read More
Starting a business online is no longer as difficult as... Read More
The big thing these days is your ability to capture... Read More
If you are developing your website on a host that... Read More
If you have your own business website and you are... Read More
Some left shoes are in isle 5, while the right... Read More
In 1995 a new era of accessibility for disabled people... Read More
Customer service questionnaires can help your clients better understand their... Read More
Your business website is a critical aspect of being able... Read More
"If you build it, they will come"; is an age... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Web templates by nature are created to aid and ease... Read More
Your website conversion rate should concern you. This simply refers... Read More
Creating and maintaining an effective presence on the Web has... Read More
Web Development |