123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Computers >> View Article

Php Redirect

Profile Picture
By Author: Sanjib Ahmad
Total Articles: 7
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

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:

<?php
header("location: [some-url]");
?>

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 <header></header> region of the HTML code.

* JavaScript Redirects

<script language=javascript>
setTimeout("location.href='[some-url]'", ...
... [time]);
</script>

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 <header></header> or <body></body> 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 Business.Marc8.com - Best Selling Business Books. 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.

Total Views: 161Word Count: 286See All articles From Author

Add Comment

Computers Articles

1. Why Manufacturing Auditors Are Moving Beyond Sap — And What That Means For Access Governance
Author: Soham Biswas

2. Spark Matrix: Benchmarking Data Management And Analytics Service Providers
Author: Umangp

3. Rugtek Pos Machines For Faster Billing
Author: primepos

4. How Thumb Drive Data Recovery Is Done
Author: Magic Data Recovery

5. Qualities To Look For In The Best Data Recovery Company In Los Angeles
Author: Magic Data Recovery

6. Bita Academy - Best It Training Institute In Chennai
Author: Vidhyabita

7. How Api Integration Strengthens Dex Screener Clone Script Development
Author: avery

8. Cloud Hosting Service Providers In India | Sathya Technosoft | Cloud Computing Services In India
Author: Sathya Technosoft

9. Servicenow Implementation Hyderabad
Author: Aris

10. Why Manufacturing Auditors Keep Finding The Same Access Control Gaps — And What The It Team Missed
Author: Soham Biswas

11. Data Governance Solutions Market: Emerging Trends, Vendor Analysis & Growth Opportunities
Author: Umangp

12. Spark Matrix™: Comprehensive Analysis Of The Global Conversational Ai Platforms Market
Author: Umangp

13. Difference Between Agentic Ai Vs Generative Ai
Author: brainbell10

14. Spark Matrix™: Cloud Database Management Systems Innovation And Competitive Analysis
Author: Umangp

15. How A World-class Gis Services Company And Remote Sensing Expertise Are Reshaping India's Geospatial Landscape
Author: Itech Lance

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: