Hi, can anybody help me with this?
I have two pages, first.php and second.php. When first.php is been called it redirects to second.php (javascript: location.href="second.php" or replace, it does't matter at the time).
At second.php I want to identify the calling page (which here is first.php). I tried to use $_SERVER[REFERER] but it doesn't come up with anything. Could you please help me understand why and
propose something as a solution? Actually what i want to get is the parameters of the first.php without the use of get method (second.php?bla=bla..)
Thanks