I want to retrieve some data from Bitsnoop by using PHP.This is an example URL:
http://bitsnoop.com/api/trackers.php?hash=98C5C361D0BE5F2A07EA8FA5052E5AA48097E7F6&json=1However, I can't use the following code to retrieve it, as I only get a blank page.\[code\]$data = http://stackoverflow.com/questions/10563811/file_get_contents('http://bitsnoop.com/api/trackers.php?hash=98C5C361D0BE5F2A07EA8FA5052E5AA48097E7F6&json=1');echo $data;\[/code\]
http://bitsnoop.com/api/trackers.php?hash=98C5C361D0BE5F2A07EA8FA5052E5AA48097E7F6&json=1However, I can't use the following code to retrieve it, as I only get a blank page.\[code\]$data = http://stackoverflow.com/questions/10563811/file_get_contents('http://bitsnoop.com/api/trackers.php?hash=98C5C361D0BE5F2A07EA8FA5052E5AA48097E7F6&json=1');echo $data;\[/code\]