PHP URL Redirection

URL Redirection

<?
$URL="http://www.google.com";
header ("Location: $URL");
?>