|
Posted by fipaj1992@gmail.com on 10/11/05 19:58
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
[Back to original message]
|