Skip to content

Instantly share code, notes, and snippets.

@narita1980
Created June 14, 2013 01:52
Show Gist options
  • Save narita1980/5778884 to your computer and use it in GitHub Desktop.
Save narita1980/5778884 to your computer and use it in GitHub Desktop.
以下サイトからの参考プログラム クロスドメインPHP|ウェブサービスAPI|1.023world http://www.1023world.net/api/crossdomain.html
<?php
if(isset($_GET["url"])){
header("Content-type: application/xml;");
readfile($_GET["url"]);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment