Help for this page
while ($data) { recv(SK_CLIENT, $data, 100, 0); $thePage .= $data; }
1 while read( SK_CLIENT, $thePage, 4096, length( $thePage ) );