Alexander v2
Новичок
file_get_contents
Скрипт который обрабатывает header.html не видит переменную ind, хотя она точно задается. В чем может быть проблема?
PHP:
$ind=$HTTP_COOKIE_VARS["ind"];
if ($ind){
$d_header = file_get_contents ("http://123.ru/header.html?ind=$ind") or die ("Header not loaded");
}{
$d_header = file_get_contents ("http://123.ru/header.html") or die ("Header not loaded");
}
