私はこのリンクを持っていますhttp://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress=
メタタグを返します
<meta name="known" content="true">
<meta name="internet" content="EN">
およびその他。ページphpでこれを試しました
<?php
$tags = get_meta_tags('http://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress=');
print $tags['city']; // city name
?>
動作せず、白いページを返すのはなぜですか?