Created
September 20, 2012 15:21
-
-
Save kennethsnippet/3756560 to your computer and use it in GitHub Desktop.
php: redirect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header('Location: http://you_stuff/url.php'); // stick your url here | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment