Hello,
Is there a global variable that contains the link that lead to visiting the actual .php file?
For example , I came from blablabla.php to blablabla1.php ; what global variable I can use in the blablabla1.php to get to blablabla.php ?
Global array > previous page history
Moderator: General Moderators
Re: Global array > previous page history
Code: Select all
$_SERVER['HTTP_REFERER']