I am running on proxy and when i use function file_get_contents i get error like
Warning: file_get_contents(http://www.abc.com/) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\Kurogo123\lib\DataController.php on line 520
How do i solve this problem?
You need to create a stream context to reach beyond the proxy server. Try this: