Pobieram funkcją fsockopen " title="Zobacz w manualu PHP" target="_manualstronę www i wysyłam nagłówki
Kod
GET / HTTP/1.1\r\n Host: www.csotam.pl/id/23/ \r\n Connection: Close\r\n\r\n
Lecz zwraca mi:
Kod
Bad Request
Your browser sent a request that this server could not understand.
Your browser sent a request that this server could not understand.
Co jest nie tak?!

<?php if (!$fp) { } else { $headers= "GET / HTTP/1.1r\n Host: www.csotam.pl/id/23/ r\n Connection: Closer\nr\n"; } ?>