hi all
I need to know if the previous belong to specific URL
ex: my URL is http://www.myURL.com
and the previous page is http://www.myurl.com/test
the current page is http://www.myurl.com/current
so all I need to Test the previose page belong to http://www.myurl.com
what is the previous page
Moderator: General Moderators
Re: what is the previous page
use:
Code: Select all
$_SERVER['HTTP_REFERER']