how to redirect pages to a different php file code example Example: php go to another page <?php header("Location: anotherDirectory/anotherFile.php"); ?>