When I use this code:
$ch = curl_init($url); $statuses = curl_exec($ch); curl_close($ch);
I am returned what I want, but if I just use that - <
Put this on line 2:
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);