Html – My website form is always sending POST request after submitting, even after reloading the webpage, causing duplications in the database
When submitting a form in the website, it saves the data inputted after submitting and if you reload or reopen the website, it sends a POST request and then immediately send the same data to the database. Here are my…