I\'m getting the following error when I try to run my PHP script:
failed to open stream: No such file or directory in C:\\wamp\\www\\LOF\\Data.php on
I hope below solution will work for you all as I was having the same problem with my websites...
For : $json = json_decode(file_get_contents('http://...'));
$json = json_decode(file_get_contents('http://...'));
Replace with below query
$Details= unserialize(file_get_contents('http://......'));