<INPUT TYPE="TEXT" NAME="Name" MAXLENGTH="64" SIZE="20">
name=Jeff+Kennett&sex=male&occupation=supreme+ruler
GET
method is recommended for submission of form
data if the submission of the form does not have side
effects. What does this mean? What is the alternative?
GET
method obtain
data from a form?
.exe
file? At least
two answers required here!
FORM
was given.
If you'd prefer, here's a copy
- save the page as "source" and you can modify it and put it in your own
public_html
directory with a suitable name. This
CGI program (written in Perl)
can be used to process the FORM
data. You'll also need the file
common.pl, which is a set of
extra Perl functions which are useful in handling CGI data. Put it all together
and make it work.