Consider, I am on a website webone.com/index.php?id=12
and there is a another website posted webtwo.com/visit.php
by another user (me in this case). If someone clicks on the webtwo.com/visitor.php
, I want the visitor Referer which is webone.com/index.php?id=2
in this case.
Note: I am not getting this using PHP global variable $_SERVER['HTTP_REFERER']