Warning: fsockopen() [function.fsockopen]: unable to connect to beta.hovr.com:8080 (Connection timed out) in /home/a8458325/public_html/fun.php on line 10
anyone can fix this?
anyone can fix this?
PHP Code:
$sock = fsockopen($link_parts['host'], (isset($link_parts['port']) ? (int)$link_parts['port'] : 80), $errno, $errstr, 30);
Comment