we can get the reference link using
$_SERVER['HTTP_REFERER']
But, is there any way to find the reference link of that reference?
Suppose, we go to abc.php
from xyz.php
so, in abc.php
, xyz.php
is the reference link. So, we are now in abc.php
but, we came to xyz.php
from another page. I wanna know that reference.