This examples contain two forms, both of which run the same CGI program. The program is set up to handle both GET and POST requests, so try it out. The first form uses GET and the second one uses POST. Be sure to watch the resulting URL of the CGI program to see the query string appear and disappear depending on what method is used.

First Name:
Last Name:
A Sentence:
First Name:
Last Name:
A Sentence:

Return