then you should better use javascript:
one of these should work:
<a href="javascript:history.back()">Return</a>
<a href="javascript:window.back()">Return</a>
OR you could automatically create a form, with only hidden input
fields, fill them with PHP and use the submit-button as Return-Link
1st one is easier, but Javascript is not enabled on each pc,
2nd one is not difficult, but needs reload of the page