<?php function fallback($location) { header("Location: ".$location); exit; } fallback("nukreipimo nuoroda.php"); ?>