[php] socket connection problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 Hi,

I am trying to connect to specific server using but I have the below error
messagr. Whta could be the problem?

$fp = fsockopen($ip,$port, $errno, $errstr, $timeout);
 fwrite($fp,$LRG);

 //return  "$errstr ($errno)";

 if (!$fp) {
  echo "$errstr ($errno)"; //"$errstr ($errno)<br />\n";
 }

*A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond. (10060)*

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux