<form action="tapage.php" method="post">
<input type="text" name="mdp" />
<input type="submit" value="go go go" />
</form>
<?php
if(isset($_POST["mdp"]) && $_POST["mdp"] == "ton mot de passe")
print "<script>document.location.href=´ta page securisé´</script>";
?>