/* Remember header() must be called before any actual output is sent */ /* Redirect browser */ header("Location: http://uksmg.org/contest/summer-contest-rules.php"); /* For good order don’t risk the code below the redirect to be executed when we redirect. */ exit; ?>