//If we submitted the form if(isset($_POST['suite'])) { echo("Hello, " . $_POST['login'] . ", we submitted your form!"); } //If we haven't submitted the form else { ?>
} ?>