Page 1 of 1

Global array > previous page history

Posted: Wed Jul 16, 2008 4:27 am
by Monopoly
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 ?

Re: Global array > previous page history

Posted: Wed Jul 16, 2008 4:36 am
by Eran

Code: Select all

 
$_SERVER['HTTP_REFERER']
 

Re: Global array > previous page history

Posted: Wed Jul 16, 2008 4:47 am
by Monopoly
thanks !


:drunk: