CodingForums.com
>
:: Server side development
>
PHP
> redirecting
PDA
View Full Version :
redirecting
Johny159
09-11-2002, 09:49 PM
i have a mail form and when yousubmit it goes to mail.php
how can i automaticaly go back
Nightfire
09-11-2002, 10:39 PM
at the end of mail.php add
<script>
document.location=<?=$HTTP_REFERER?>";
</script>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.