I have this:
$currentpage = basename ( $_SERVER['PHP_SELF'] );
and I want to put it into this:
echo '<p><a href="$currentpage"><< Back to Announcements</a></p>';
obviously that code doesn't work. I think it has something to do with getting the concatenation right for the href=" " but I can't figure it out.
A little help? 🙂