how to redirect people to antoher website php code example
Example 1: how to redirect to another page in php
<?php header("Location: anotherDirectory/anotherFile.php"); ?>
Example 2: how to redirect to another page in php
<?php header("Location: http://www.redirect.to.url.com/"); ?>