
05.12.2006, 18:36
|
|
Banned
Регистрация: 01.08.2006
Сообщений: 725
Провел на форуме: 7681825
Репутация:
4451
|
|
Пример
PHP код:
req:='POST http://nnm.ru/index.php HTTP/1.1'+#13#10+ 'Content-Type: application/x-www-form-urlencoded'+#13#10+ 'Host: nnm.ru'+#13#10+ 'Cookie: КУКИ'+#13#10+ 'Accept-Encoding: gzip,deflate'+#13#10+ 'Content-Length: '+inttostr(length(params))+#13#10#13#10+params;
|
|
|