You can add headers to the HTTP response in PHP using the header() function.

Redirection
<?php 
header('Location: http://www.php.net/');
?>