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 - <
Include this option before curl_exec()
curl_exec()
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);