duglus
answered Jul 18 '21 00:00
javascript is better option to redirect by window.location or document.location
window.location="anotherpage.php"
it will redirect to anotherpage.php
or
document.location="anotherphppage.php"
it will redirect to anotherphppage.php