Skip to content

Instantly share code, notes, and snippets.

@ynaoto
Created March 26, 2013 02:38
Show Gist options
  • Select an option

  • Save ynaoto/5242694 to your computer and use it in GitHub Desktop.

Select an option

Save ynaoto/5242694 to your computer and use it in GitHub Desktop.
Delegate GET request to another PHP.
$q = http_build_query($_REQUEST);
header("Location: foo.php?$q");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment