l202/page5.php

<?php if($_POST["password2"] == $_COOKIE["password"]) { header("Location: home_page.php"); } else { if($_POST["password2"] == $_COOKIE["password"]) { header("Location: home_page.php"); } header("Location: page2.php"); } ?>

Resultaat

Made by Thijs Aarnoudse