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