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.
Northbrook Cadillac Deville rentals .. Lockport Chicago limo O’HareIs your website Really useful?I had a 'rep' in yesterday... Read More
Revenues are often lost because many business owners don't see... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
The internet is a sea of knowledge. Getting your information... Read More
I had a client say something to me the other... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
With more and more countries around the world passing laws... Read More
When used to describe a web site, the term "sticky"... Read More
Simply ensuring your website is accessible to screen reader users... Read More
Setting up a website is the very first step of... Read More
If you haven't made the sales and built your clients... Read More
Webmasters deal with a myriad of complex design challenges every... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
Dan Kennedy once said that if you can't make money... Read More
A website provides invaluable advantages for businesses who have one.7... Read More
Launching a new small business website is often a long... Read More
The Internet is being used by local service business to... Read More
Optimize your time. How much time each day must you... Read More
Let's begin by setting some limits. If you're like me,... Read More
Writing for the web is totally different to writing for... Read More
You hear a great deal about the Internet these days... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
You want to give your site's visitors a way to... Read More
While most marketers are beginning to understand the critical importance... Read More
Beason Mercedes Benz s500 rentals ..Starting and maintaining a business is challenging enough without the... Read More
Although there are significant differences among the various types of... Read More
With all of the factors involved in designing and building... Read More
Many executives and investors are skeptical that software products can... Read More
I can't think of any business alive today that couldn't... Read More
Are you aware that 90% of the websites on the... Read More
A company must earn and keep trust or sales don't... Read More
Profiles are one of the best kept secrets around regarding... Read More
Everyone wants one.Everyone wishes they knew how to make one.SOME... Read More
Starting a business online is no longer as difficult as... Read More
Although designing a great web site is an important part... Read More
After having decided to start a business, the next thing... Read More
Developing a website with content that entices visitors to return... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
There was a time not long ago when setting up... Read More
Many millions of dollars are being wasted on promoting and... Read More
I'm a freelance programmer and somehow I managed to get... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
Most web sites are more like stage sets than real... Read More
A website is like an information flow, with you as... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
A PHP Redirect automatically transfers a web user from one... Read More
The internet has taken over our lives with a vengeance,... Read More
A website is lifeline of internet home business. In order... Read More
1. Address your targeted audience on your business site. Example:... Read More
Web Development |