1
I have a page, called page 1.php of registration that when you click on a confirm button it takes me to page 2.php, which performs all operations in the bank, but at the end of the page has a code like this:
echo "<script language='javascript'>
history.back();
</script>";
Ai gives a request problem as follows:
Confirm resubmission of the form
I want to simply go back to the previous page, that’s it. I have more information about the error, it appears this: ERR_CACHE_MISS.
– Lucas Lima