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.
top rated cleaning service Lake Forest ..Analyzing traffic to a site is a key factor in... Read More
The growth in Internet usage around the world is astounding... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
What to put your the website if you are an... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
cPanel is a control panel for your website and allows... Read More
A common dilemma most small and medium businesses face when... 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
So you have decided that you want to do freelance... Read More
Setting up a website is the very first step of... Read More
QUESTION: Should I build and maintain my business Web... Read More
One of the biggest mistakes that most online retailers make... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
What to do if you are an artist after you... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
Your website conversion rate should concern you. This simply refers... Read More
Have you ever wondered what challenges are faced by other... Read More
Simply ensuring your website is accessible to screen reader users... Read More
If you are developing your website on a host that... Read More
You don't believe in astrology but you check your horoscope... Read More
When web content gets discussed on webmaster bulletin boards, the... Read More
The Internet is being used by local service business to... Read More
1. The first page appears quickly.It's a good way to... Read More
insured cleaning company Morton Grove ..Your website conversion rate should concern you. This simply refers... Read More
Affiliate programs are a great way to earn an income... Read More
If you're fairly new to the Internet scene, you may... Read More
How many Web Sites did you stumble over telling you... Read More
Designing an E-commerce Web site is not as simple as... Read More
cPanel is a control panel for your website and allows... Read More
Every online entrepreneur I talk to is asking the same... Read More
It may come as some surprise to a traditionally off-line... Read More
Your content is what gets you in search engines, speaks... Read More
A while ago one of my clients approached me and... Read More
A professional online reputation is essential to the flourishing of... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
What is web accessibility & why is it important?Web accessibility... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
It never ceases to amaze me how many people set-up... Read More
I'm one of those people that always wanted a website,... Read More
The first step in setting up an online business...Starting an... Read More
Part of the success of most home-based businesses is their... Read More
Alternate medicine finds its own place in the hearts and... Read More
You want to give your site's visitors a way to... Read More
If you were asked to put a value on your... Read More
So you want to take a look at a real... Read More
Your site is fast and getting traffic, but conversion rates... Read More
Dynamically Update Your Web Pages Via E-MailIf you can Send... Read More
Internet has opened a whole new world for web developers... Read More
Web Development |