Resolve “Warning: fsockopen() function.fsockopen]:php_network_getaddresses: getaddrinfo failed: Name or service not known”
Getting the following PHP error with fsockopen(): Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known.
In addition, there is another line of error:
Warning: fsockopen() [function.fsockopen]: unable to connect to api.search.yahoo.com:80

smallwei 4:23 pm on October 21, 2009
You are getting this error because fsockopen is trying to establish connectivity with the target, but for some reasons could not connect. (Could be the target is not available)
Use the following logic to escape the error message: