lThe input values from the form are sent as part of
the URL
lThey are saved in the QUERY_STRING environment
variable
lIf in the above example you type:
l “hello there John”
lThe QUERY_STRING will be:
l Sample_text=hello+there+John
lSpaces have been replaced with +
l
l
l