Covex
Guest
HTTP_REFERER после http-equiv="refresh"
Это нормально что при <meta http-equiv=Refresh Content='4; URL=http://test.ru/index.php'> (выполнение с index.php) не отдается HTTP_REFERER.
Как при обновлении страницы заставить отдавать REFERER?
<meta http-equiv=Refresh Content='4; URL=http://test1.ru/test.php'>
<? echo $ref=getenv ("HTTP_REFERER"); ?>
Это нормально что при <meta http-equiv=Refresh Content='4; URL=http://test.ru/index.php'> (выполнение с index.php) не отдается HTTP_REFERER.
Как при обновлении страницы заставить отдавать REFERER?
<meta http-equiv=Refresh Content='4; URL=http://test1.ru/test.php'>
<? echo $ref=getenv ("HTTP_REFERER"); ?>