$url = htmlspecialchars($_SERVER['HTTP_REFERER']);
echo "<a href='$url'>Back to $url</a>";
So these two lines of PHP will output the URL of the previous (referring) page and a (clickable) link back to it. My question is? Is it possible to get the title of the previous page?
EDIT: See @ http://wp-staging.de/reiseziele/urlaub-mit-dem-hund If you click on the link in the first column and go to that post, you will see ← Back to http://wp-staging.de/reiseziele/urlaub-mit-dem-hund/ (= the previous page).
But I want the title of the previous page, not the URL