|
Posted by Pr0 N00b on 10/10/89 11:18
Jim S. schreef:
> i have a form, it works great (yey!) but if i refresh, it resubmit the info
> (that are in the post), so how can i prevent that from happening?
> thanks
> Jim
Don't output any data when the form is submitted, but redirect the user
to another page using the following php code:
header('Location: http://www.yoursite.com/postresult.php');
Navigation:
[Reply to this message]
|