Form Php



An HTML Form that Calls Itself



if ( ! empty( $_POST['guess'] ) ) {
    print "last guess: ".$_POST['guess'];
}
?>
">


Type your guess here: