Posted by d on 09/28/96 11:42
<sid.bachtiar@gmail.com> wrote in message
news:1142456370.860921.32510@i40g2000cwc.googlegroups.com...
> Hi, try to redirect to another page after submission to prevent the
> page refresh from resending the POST data.
>
> E.g.: you could use:
>
> <?php
>
> // do your POST data handling here
>
> // redirect to another page when done processing
> header("location: another_page.php");
> ?>
>
> Disclaimer: I didn't test the code above, just try it out.
The location should be a full address with protocol and host...
Navigation:
[Reply to this message]
|