Nudou jsi opuch?Navštiv Lopuch!Lopuch.cz
$request = ''; // pre pripadne zaslanie POST requestu $content = NULL; if (($f = fsockopen($host,$port,$errno,$errstr,5)) !== false) { fputs($f,$request); $content = ''; while (!feof($f)) { $content .= fgets($f, 128); } fclose($f); }