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