Created
October 16, 2012 06:33
-
-
Save henteko/3897543 to your computer and use it in GitHub Desktop.
iframe内からリダイレクト
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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