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.
spring cleaning service Park Ridge ...An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
The internet is a sea of knowledge. Getting your information... Read More
Many small businesses have the misconception that their business can... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
When most people build a web site, they think one... Read More
Like any area of business your website needs some effort... Read More
While it may seem like a "quick and easy" task,... Read More
Every good Internet business understands the value of conversions versus... Read More
While studying online for IT investment opportunities, I found that... Read More
Recently, a friend asked "What's the deal with those DIY... Read More
Why do some web sites reap huge benefits while others... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
Customer service questionnaires can help your clients better understand their... Read More
After having decided to start a business, the next thing... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
Many websites I come across don't have a single link... Read More
Making money with your web site is the dream and... Read More
Mini Websites are the most powerful and cost effective solution... Read More
Creatively marketing your corporate site takes time in the set... Read More
The Disability Discrimination Act says that websites must be made... Read More
This article was prompted by some customer support work I... Read More
Designing an E-commerce Web site is not as simple as... Read More
A website is the most versatile and cost-effective marketing tool... Read More
What to put your the website if you are an... Read More
Analyzing traffic to a site is a key factor in... Read More
affordable house cleaning Glencoe ...The DDA (Disability Discrimination Act) states that service providers must... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
1) A marketing necessityI still hear it said from time... Read More
Now that you have got your domain name registered, your... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
I had a client say something to me the other... Read More
cPanel is a control panel for your website and allows... Read More
When I set up my website I felt paypal was... Read More
Many of site owners still don't realize all advantages of... Read More
If you don't have a web site yet, are thinking... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
The art of turning website visitors into paying customers depends... Read More
The Internet is a remarkable publishing medium. With just a... 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
One of the most useful features offered by some web... Read More
Everyday thousands of new businesses make the leap and take... Read More
If you're an up and coming graphic/web designer just out... Read More
While studying online for IT investment opportunities, I found that... Read More
Your site is fast and getting traffic, but conversion rates... Read More
A professional online reputation is essential to the flourishing of... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
Are you, like many other website owners, frustrated at the... Read More
One of the things that many people overlook when building... Read More
Web Development |