Skip to content

Instantly share code, notes, and snippets.

@jlittlejohn
Created September 28, 2012 02:46
Show Gist options
  • Save jlittlejohn/3797665 to your computer and use it in GitHub Desktop.
Save jlittlejohn/3797665 to your computer and use it in GitHub Desktop.
PHP: 302 Redirect
<?php
header("Location: destination.php");
exit;
?>
<?php
header("Location: destination.php");
exit;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment