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.
kitchen deep cleaning Deerfield ..When we review the sites of potential clients, there are... Read More
Cost Effective Advertising. Online selling. Increased geopgraphic range. Wider... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Alternate medicine finds its own place in the hearts and... Read More
Creating a content management system either from scratch,... Read More
An automated accessibility tool is a piece of software which... Read More
There are many elements that are key to successful web... Read More
I had a client say something to me the other... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
Here's something you may never have thought of before:If I... Read More
There are lots of HTML editors on the market, however,... Read More
Your ObjectiveYour small business needs an appealing and professional website... Read More
I still remember it very clear ... It was almost... Read More
How can we add Word Rich Content to our Websites... Read More
In this example I have used the map of the... Read More
1) Word of Mouth The single most powerful form of... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
This simple question can take on several different forms, but... Read More
Even though the Internet has been around for a long... Read More
If you ever want to create a state directory, article... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
So you have decided that you want to do freelance... Read More
Dance is how you pamper your soul and satiate your... Read More
Your web site will be your window to the world.... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
interior house cleaning Highland Park ..In the big, wide online world there are millions of... Read More
One of the most important parts of establishing a new... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
Making maximum profit from your law firm website is important,... Read More
Think up a name and check if yourname.com is available.... Read More
My life's greatest passion is a safari hobby. And what... Read More
Web sites are not just places to sell things; they... Read More
I'm a freelance programmer and somehow I managed to get... Read More
Customer service questionnaires can help your clients better understand their... Read More
QUESTION: Should I build and maintain my business Web... Read More
As increasing numbers of people search for information on the... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
A while ago one of my clients approached me and... Read More
Go to any internet marketing forum you want these days... Read More
Profiles are one of the best kept secrets around regarding... Read More
Most web sites are more like stage sets than real... Read More
Never has competition been so difficult in the Internet world.... Read More
"If you build it, they will come"; is an age... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Part of the success of most home-based businesses is their... Read More
Here's something you may never have thought of before:If I... Read More
Your website conversion rate should concern you. This simply refers... Read More
Even though the Internet has been around for a long... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
Web Development |