ANTICHAT
(
https://forum.antichat.io/index.php
)
-
PHP
(
https://forum.antichat.io/forumdisplay.php?f=37
)
- -
как прочитать с помощью пхп реферер?
(
https://forum.antichat.io/showthread.php?t=41279
)
x-treem
31.05.2007 18:27
как прочитать с помощью пхп реферер?
сопсно сабж
Joker-jar
31.05.2007 18:32
$_SERVER['HTTP_REFERER']
Raz0r
31.05.2007 18:45
или
PHP код:
$referer
=
getenv
(
'HTTP_REFERER'
);
getenv function
Время:
12:43