picture picture
October 25, 2011 PHP 0 Comments

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]

Tags:

No Responses to “HTTP Redirection in PHP”

Leave a Reply

Name

Mail (will not be published)

Website