redirect command php code example
Example 1: how to redirect with php
<?php
header("Location: (redirect url)");
?>
Example 2: redirect php
< ?php header("Location: http://www.redirect.to.url.com/"); ?>
<?php
header("Location: (redirect url)");
?>
< ?php header("Location: http://www.redirect.to.url.com/"); ?>