Hi,
I am using wamp on one of my computer which is using proxy for connecting to internet.
Now when I use php function file_get_contents() I am getting error like:
============================
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: No such host is known. in d:****************\test.php on line 2
Warning: file_get_contents(http://www.******/index.php) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: No such host is known. in d:*************\test.php on line 2
could anyone let me know how to solve this issue.
thanks