if(preg_match('/pass_the_level_1#/', $aaa)){ echo"here is level 2";
if (isset($_POST['admin']) andisset($_POST['root_pwd'])) { if ($_POST['admin'] == $_POST['root_pwd']) echo'<p>The level 2 can not pass!</p>'; // START FORM PROCESSING elseif (sha1($_POST['admin']) === sha1($_POST['root_pwd'])){ echo"here is level 3,do you kown how to overcome it?"; if (isset($_POST['level_3'])) { $level_3 = json_decode($_POST['level_3']);