<?php
if(isset($_GET['guess1']) and isset($_POST['guess2'])){
if($_GET['guess1'] == 'find' and $_POST['guess2'] == 'flag'){
echo $flag;
}
}
?eroor
<?php
if(isset($_GET['guess1']) and isset($_POST['guess2'])){
if($_GET['guess1'] == 'find' and $_POST['guess2'] == 'flag'){
echo $flag;
}
}
?eroor