Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Created June 23, 2013 22:10
Show Gist options
  • Save dragonfire1119/5846728 to your computer and use it in GitHub Desktop.
Save dragonfire1119/5846728 to your computer and use it in GitHub Desktop.
header alt
if ($success)
{
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=success.php">';
exit;
}
else
{
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=retry.php">';
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment