copy() [function.copy]: php_network_getaddresses: getaddrinfo failed:
When I use
copy("http://example.com/simple.jpg",$target);
that error occur.
copy() [function.copy]: php_network_getaddresses: getaddrinfo failed:
When I use
copy("http://example.com/simple.jpg",$target);
that error occur.
Your server is unable to resolve the name example.com to an ip address, i.e. either the dns server is unreachable or there's a misconfiguration in your webserver's dns client.
How to resolve this issue depends on your operating system (and configuration).