May I also note that if this is all your using PHP for I'd reccomend using JavaScript instead. The code will bring the user back one page when clicked.
<a href="JavaScript:history.go(-1)">Link</a>
There is also no space between java and script in the link, its all one word but the page displays it wrong.