how to redirect page and then remove that pages class php code example
Example: html redirect to another page
<script>
function foo() {
window.location.href = url
}
</script>
<script>
function foo() {
window.location.href = url
}
</script>