To make a HTTP redirect in PHP you can use the following snippet.
Sample PHP
<?php header('Location: http://redirectmeto.url'); ?>
To make a HTTP redirect in PHP you can use the following snippet.
<?php header('Location: http://redirectmeto.url'); ?>