redirect ph code example
Example 1: redirect php
< ?php header("Location: http://www.redirect.to.url.com/"); ?>
Example 2: php header
header ( string $header [, bool $replace = TRUE [, int $http_response_code ]] ) : void
< ?php header("Location: http://www.redirect.to.url.com/"); ?>
header ( string $header [, bool $replace = TRUE [, int $http_response_code ]] ) : void