hi, danke schon mal.
Hatte auch schon per file_get_contents ausgelesen:
$link = file_get_contents('http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?');
$json = json_decode($link);
print_r($json);
funzte auch nicht.
da kam das gleiche ergebnis.
Noch ne idee?
danke, gruß kcd