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.
affordable house cleaning Wilmette ..So what do you do if need to get a... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
When marketing your website, it's important to know which of... Read More
If you are living in a country that its native... Read More
I had a client say something to me the other... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
I am just a learner who likes to delve in... Read More
A lot has changed in the way sites are optimized... Read More
There are many different traffic analysis tools, ranging from simple... Read More
From early days of www, the Internet sites that are... Read More
There are many elements that are key to successful web... Read More
Alternate medicine finds its own place in the hearts and... Read More
Every business needs to know how it is doing. That's... Read More
The Disability Discrimination Act says that websites must be made... Read More
After years of working with entrepreneurs who developed their first... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
Making a web site is easy. Making a good web... Read More
If one more business owner tells me their website sucks... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
With more and more countries around the world passing laws... Read More
Like wine cars get more attractive to collectors as years... Read More
When you consider the billions of individuals and companies on... Read More
Before you jump into spending coutnless hours on designing and... Read More
1. SiteSpinner V2 - On Sale www.deprice.com/sitespinner.htmSiteSpinner is a user-friendly... Read More
It may come as some surprise to a traditionally off-line... Read More
quick home cleaning Northbrook ..How many Web Sites did you stumble over telling you... Read More
When a user signs up at your website, you may... Read More
While it may seem like a "quick and easy" task,... Read More
The "robots" meta tag, when used properly, will tell the... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
Have you ever wondered what challenges are faced by other... Read More
If you're fairly new to the Internet scene, you may... Read More
There are lots of HTML editors on the market, however,... Read More
Simply ensuring your website is accessible to screen reader users... Read More
You don't believe in astrology but you check your horoscope... Read More
Spend time planning your Web site. Before you design a... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
The first step in setting up an online business...Starting an... Read More
Optimal website design is the art of logical navigation.It will... Read More
A while ago one of my clients approached me and... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
Affiliate programs are a great way to earn an income... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
I can't think of any business alive today that couldn't... Read More
Looks like every client wants a Flash site these days... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
How do you decide on the content, products and or... Read More
We are clearly well past the innocent "golden age" of... Read More
Designing and creating your own website does not have to... Read More
Creating a content management system either from scratch,... Read More
Web Development |