HELP! * GREY=local LOCAL HTML version of Foils prepared December 9 1996
Foil 17 Forms and CGI Scripting
From Introduction to the World Wide Web and Web Technologies presentation: Introduction to the www and Web Technologies -- Fall Semester 96. byNancy McCracken * Critical Information in IMAGE
Forms are used to allow the user to send information from the browser back to the server.
The server must provide a program, called a CGI script, that will process the user information and provide an appropriate response.
The information from the form is encoded in a message according to the Common Gateway Protocol and sent to the web server, along with the URL of the CGI script.
The server executes the CGI script, passing the encoded information.