Allows to perform PHP redirection (must be placed before any browser output).
<?php /* Source: http://www.apphp.com/index.php?snippet=php-http-redirection */ // stick your url here header('Location: http://you_address/url.php'); exit; ?>
Rating: 0 / 5 (0 votes) 3980 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment