I have been extracting information from the iTunes App Store for the past couple of weeks using a script I found and modified. Everything was working fine until a couple days ag
Works fine for me. Here are few things to think about:
$GET['appID']
is set? Perhaps the script is being run via a POST?ini_set('display_errors', false);
and see if any notices/warnings/errors appear.Just as a side note, if you're trying to access a https iTunes page, you may need to set the following:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);