Posted by sid.bachtiar on 09/28/70 11:42
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.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming