javascript - Hide Confirm Form Resubmission PHP -


after submit form, , click button, page displays confirm form resubmission page. instead of that, want browser display form itself. there way that? here part of code below, , works except not stop refreshing. want refresh once when click button.

<meta http-equiv="refresh" content="0"> <form method = 'post' action = 'submitpost.php?section=$section'> <textarea rows='10' cols='100' name = 'post'></textarea> </br> <input type = 'submit' value = 'submit'> </form> 

this browser security policy - when want go page loaded using post http verb ask confirmation.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -