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