<?php

header("Location: http://example.com/myOtherPage.php");
die();
?>