Posted by void * clvrmnky() on 11/08/52 11:43
Please quote previous replies when replying with your own comments.
There is no guarantee that your answer, below, will stay in context with
the original posting(s).
Meena wrote:
> i tried the fsockopen() but i got this :
> Fatal error: fsockopen(): php_network_getaddresses: gethostbyname
> ?????
>
Looks like either a lookup problem or potentially a known bug in earlier
versions of PHP. If using the IP address of the host fails in the same
manner, see if you can capture the full failure, and compare with
similar reports on bugs.php.net.
Google for "php_network_getaddresses".
[Back to original message]
|