Help for this page

Select Code to Download


  1. or download this
        while ($data)
        {
            recv(SK_CLIENT, $data, 100, 0);
            $thePage .= $data;
        }
    
  2. or download this
    1 while read( SK_CLIENT, $thePage, 4096, length( $thePage ) );