I am facing issue in my code, when I am trying to store the file_get_contents output into an obj.
$json = file_get_contents($url);
$obj = json_decode($obj);
I am not allowed to change the memory size in ini.php because it is on server.Any other solution for this.?
You have a simple typo: