When registration form submits using POST method and when you refresh the same page then it will prompt for resubmit or resend information. How we can prevent this?
You can use ajax. You keep the same php code that you put in another file, and you post the data via ajax.