Want better links on DZone? We do, too! Login and vote now.
A small article how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirecting.



Comments
kitsched replied ago:
Innacurate! The code after the header statement will be executed...
legendxx replied ago:
header("Location page.php"); die();
will prevent the code after the redirect statement from being executed thus saving time.
BRichard replied ago:
Thanks for your comment!
The tutorial is corrected.
Voters For This Link (4)
Voters Against This Link (9)