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.
recurring maid service Wilmette ..I can't think of any business alive today that couldn't... Read More
Although there are significant differences among the various types of... Read More
Do you make your website just to entertain yourself or... Read More
Your business website is a critical aspect of being able... Read More
There have been many significant changes to the face of... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Directory Generator, a product from Armand Morin and Marc Quarles,... Read More
That's right. Your method, behavior and strategy you are now... Read More
The Internet is a remarkable publishing medium. With just a... Read More
So you have a good idea for a business and... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
Optimize your time. How much time each day must you... Read More
You've put up a website to promote a product or... Read More
Setting up a website is the very first step of... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
A website is like an information flow, with you as... Read More
Every business needs to know how it is doing. That's... Read More
Before you start building your site, ask yourself "WHY?". Why... Read More
More and more businesses are recognizing the importance of content... Read More
Starting and maintaining a business is challenging enough without the... Read More
Although designing a great web site is an important part... Read More
This is a growing concern amongst many business owners. Does... Read More
Alternate medicine finds its own place in the hearts and... Read More
last minute cleaning help Highland Park ..Starting and maintaining a business is challenging enough without the... Read More
Many web developers today are starting to KISS their website,... Read More
What you should do and know if you are an... Read More
Running an effective website is a continuous process. I have... Read More
As a business you can't afford to ignore the Internet... Read More
In the time that I have been using the Internet,... Read More
When you take a look at the most visited sites... Read More
You've decided to create a website to market your products... Read More
Failure, just like success, is measured differently by each and... Read More
After planning the design and content of your website, it's... Read More
When you purchase a new item from a Yahoo! Store,... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
You've just finished congratulating your marketing team. After six months... Read More
After having decided to start a business, the next thing... Read More
Never has competition been so difficult in the Internet world.... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
Your content is what gets you in search engines, speaks... Read More
A website lets you put your products in front of... Read More
Are you, like many other website owners, frustrated at the... Read More
If you were asked to put a value on your... Read More
People often come to me in a state of crisis... Read More
I am just a learner who likes to delve in... Read More
It amazes me how many people try to build serious... Read More
A company must earn and keep trust or sales don't... Read More
Starting a business online is no longer as difficult as... Read More
Web Development |