This script is causing my php file to hang:
$handle = curl_init($pictureimg);
$connectable = curl_exec($handle);
curl_close($handle);
Any idea why? It was working a few days ago. Then I think I accidentally changed a setting somewhere, and all my curls have stopped working.