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>