how to go to another php page from this page automaticlly code example
Example: php go to another page
<?php header("Location: anotherDirectory/anotherFile.php"); ?>
<?php header("Location: anotherDirectory/anotherFile.php"); ?>