Im trying to find a list of all or most of the headers, example:
$fp = fsockopen ("www.google.com", 80, $errno, $errstr, 30);
fputs ($fp, "GET / HTTP/1.0\r\nHost:www.google.com\r\n\r\n")
If you know of a website, or reference please reply. Thanks.
Take Care
~ThoughtRiot