|
Posted by Jerry Stuckle on 10/11/05 22:32
fipaj1992@gmail.com wrote:
> Hi!
>
> I have very big problem with fsockopen() function. It is very
> important...
>
> That's code:
>
> <?php
> $test = fsockopen ('chrome.pl', '8080');
> ?>
>
> And that's result:
>
> Warning: fsockopen() [function.fsockopen]: php_network_getaddresses:
> getaddrinfo failed: Temporary failure in name resolution in
> /home/fipaj/serwer/works/jabber-php/class_jabber_php-0.4.2/test1.php on
> line 2
>
> Warning: fsockopen() [function.fsockopen]: unable to connect to
> chrome.pl:8080 (Unknown error) in
> /home/fipaj/serwer/works/jabber-php/class_jabber_php-0.4.2/test1.php on
> line 2
>
> I'm working on Linux Ubuntu 5.04 with Apache 2 (from package) and PHP5
> (from package too).
>
> I never use fsockopen(), so I'm absolutely "white"...
>
> Please help me, the sooner the better, because script is very, very
> important...
>
> Best Regards,
> Fipaj
>
Fipaj,
FWIW,
telnet chrome.pl 8080
also fails. It seems port 8080 is not open on that server.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|