GET Method Example

This form will send the user’s name to the server via the GET method when the "Submit" button is clicked.

A PHP script will receive the data from the form and displays a welcome message.

When the form is submitted, the user’s input is appended to the URL.

For example, if "Alice" is entered, the URL will look like: http://outfan.net/get_handler.php?name=Alice