Links | Home
Lawyers in the USA Books and Publishers
Shop Cities Black Hawk Tobacco Shop
Alcohol and Alcoholics
Seniors in the USA
\n";} else { $out = "GET /".substr($urlArr[path], 1).$urlArr[query]." HTTP/1.0\r\n"; $out .= "Host: ".$urlArr[host]."\r\n"; $out .= "Connection: Close\r\n\r\n"; fwrite($fp, $out); while (!feof($fp)) { $buffer .= fgets($fp, 128); } fclose($fp); } $buffer = strstr($buffer,"\r\n\r\n"); return $buffer; } ?>