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