hi, i have one very important question: how i can get title of the referer page through simple link click? for example, i can easily get url by $_SERVER['HTTP_REFERER'] so how i get referer title? thanks a lot!
you need to use file-get_contents($_SERVER['HTTP_REFERER']) and then extract the data between <title> and </title>