I currently send the url reffer to a script using
<?echo getenv('REQUEST_URI');?>
so that i can send the user back there once they are done filling out and sending the form.
Is this the only reliable way to send the user back to where they came from ?