Forum Moderators: coopster
I tried to install several other scripts since this morning, but although they all promise to be user friendly, none are. I am completely oblivious to they ask to fix. Weeks ago, I finally managed to make birdcast work, now it doesn't anymore. i find it too complicated for me.
Is there an easy way to do this for dummies without all the tech talk.
I really need help.
Thanks.
You can't get the link name but you can get the page the link was on (most of the time): <?=$HTTP_REFERRER?>.
Learn more here [us3.php.net]
<?
echo $_SERVER['HTTP_REFERER'];
?>
Put that in the spot on the page where you want to show the page they came from. Getting the referer in that manner isn't 100% reliable but it is the simple way if you don't know much php. Using some type of variable in the recommend page link is a more reliable solution but will take more programming.
and
Welcome to WebmasterWorld Harry.