AUTOMATICALLY REDIRECTING using PHP

$goToPage = "newPage.php";
header(sprintf("Location: %s", $goToPage));