<INPUT TYPE="TEXT" NAME="Name" MAXLENGTH="64" SIZE="20">
name=Phil+Scott&sex=male&occupation=Ace+Lecturer
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?
http://www.altavista.com/cgi-bin/query?locale=au&q=%22phil+scott%22+bendigo&search=Search
<FORM METHOD=>
used to generate
it was specified as GET
or
POST
?
GET
method obtain
data from a form?
METHOD=POST
,
explain how the browser sends the form information (or
QUERY_STRING
) to the Web
server. How does the CGI program access the information in this case?
.exe
file? At least
two answers required here!