Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Created April 24, 2018 09:25
Show Gist options
  • Save lorenadl/fb1bef40ccc022f6e24be305d8f6fd04 to your computer and use it in GitHub Desktop.
Save lorenadl/fb1bef40ccc022f6e24be305d8f6fd04 to your computer and use it in GitHub Desktop.
[PHP] Redirect to another site/page
<? header("location: http://www.my_site.ext"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment