Skip to content

Instantly share code, notes, and snippets.

@henteko
Created October 16, 2012 06:33
Show Gist options
  • Save henteko/3897543 to your computer and use it in GitHub Desktop.
Save henteko/3897543 to your computer and use it in GitHub Desktop.
iframe内からリダイレクト
<?php
$uri = "https://www.facebook.com/hoge/app_hgoehoge";
print "<script type='text/javascript'>top.location.href='" . $uri . "';</script>";
exit;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment