How to find the last URL.
Like, i have one Anchor tag in many pages ( <A hRef=next.php> click </A> ). But the link that opens up (next.php) is same everywhere.
In the next.php how can i find, from which page i have been open.
Is any HTTP header that can give these details ?
Thanks & Regards,