Form Php


" method="post">
What is your first name?



    echo 'Hello, ' . $_POST['first_name'] . '!';
}
?>