Skip to content

Instantly share code, notes, and snippets.

@kennethsnippet
Created September 20, 2012 15:21
Show Gist options
  • Save kennethsnippet/3756560 to your computer and use it in GitHub Desktop.
Save kennethsnippet/3756560 to your computer and use it in GitHub Desktop.
php: redirect
<?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