help for redirections

Status
Not open for further replies.
2 comments
in the beginning of a php file:

PHP:
<?php
header("Location: http://www.example.com/"); /* Redirect browser */
exit;
?>
 
Status
Not open for further replies.
Back
Top