HTTP Redirection in PHP
PHP code to redirect any HTTP url.
[code type=php]
<?php
header(‘Location: http://you_domain.com/url.php’); // stick your url here
?>
[/code]
PHP code to redirect any HTTP url.
[code type=php]
<?php
header(‘Location: http://you_domain.com/url.php’); // stick your url here
?>
[/code]
No Responses to “HTTP Redirection in PHP”