I\'m trying to use file_get_contents() to get the response from a server and this error was encountered. Could someone tell me what is the reason and how to fix
file_get_contents()
Some time we still get error with
file_get_contents($api);
in that case, try this:
fopen($api,"r");