Ben bu gibi basit bir php form var:
<?php if(isset($_POST['myform'])) // email... else // display form
the problem is that if I refresh the page after I submit the form, it gets submitted twice. How can I prevent this from happening?