PHP snippets
<?php header("HTTP/1.1 307 Temporary Redirect"); header("Location: http://www.host.ru"); exit(); ?>
header("Location: http://example.com/myOtherPage.php"); die();
$_GET["post"];