I now have it set up so that when people go to a "thank you" page after filling out a form, they go to a page that says:
thanks for coming <a href="<?php echo $_SERVER['HTTP_REFERER'] ?>here's a link back to where you came from</a>
What I want is for it to say:
thanks for coming <a href="<?php echo $_SERVER['HTTP_REFERER'] ?>here's a link back to <?php echo TITLE OF REFERRING PAGE ?></a>
Is there a simple way to do this?