Browse Search  
Home :PHP :

How to redirect from php page to another php page?
Category : PHP
 
 
For redirecting, you can use the PHP header() function like so :

  header("Location: example.php");

That'll redirect to example.php 
 
 
This article has been viewed 751 times.



ASPWebHosting.com.au Copyright © 2004-2005 | All Rights Reserved |

All trademarks are property of their legal owners.