Prevent Back Button in PHP using JavaScript

Use the below code in the page from you requeste to go another page after form entry then don’t want to back to the previous page

<script language="javascript" type="text/javascript">
        window.history.forward();
 </script>

Leave a Reply

Your email address will not be published. Required fields are marked *