b3ta.com talk
You are not logged in. Login or Signup
Home » Talk » Message 26298 (Thread)

Um

$fp = fsockopen ('uk.imdb.com', 80, $errno, $errstr, 30);
if (!$fp) {
echo "$errstr ($errno)\n";
} else {
fputs ($fp, "GET $path HTTP/1.0\r\nHost: uk.imdb.com\r\nConnection: Keep-Alive\r\nUser-Agent: Echidna\r\n\r\n");
while (!feof($fp))
$imdb .= fgets($fp);
fclose ($fp);
}

(, Thu 9 Sep 2004, 16:09, archived)
Hahahahaha
wait ... that's not funny
(, Thu 9 Sep 2004, 16:13, archived)
No
just true*

* contents may have settled in transit
(, Thu 9 Sep 2004, 16:16, archived)