Posted by Arnaud on 03/17/06 18:47
"Tim Van Wassenhove" <timvw@users.sourceforge.net> a ιcrit dans le message
de news: dvemlp$8fv$1@ikaria.belnet.be...
> On 2006-03-17, Arnaud <no> wrote:
> And where is the code that you've already tried but didn't work?
Classical fsockopen or fopen :
if ($handle = fopen($url_complete, "r"))
echo 'ok';
else
echo 'ko';
I also tried several syntax with the fsockopen (ssl://...) but i always
obtain :
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or
service not known (is your IPV6 configuration correct? If this error happens
all the time, try reconfiguring PHP using --disable-ipv6 option to
configure) in...
Arnaud
[Back to original message]
|