Fill-out forms
Form 1
This form activates the DCL_ENV script to show you the symbols created
by the CGI_SYMBOLS program in response to a form POST.
Form 2
This form send the submited data to a php script and the QUERY_STRING,
in a GET request, which echos the encoded data. Note the that
server only lets you POST to 'scripts', URL paths that don't match an
exec rule only permit GET and HEAD.
Form 3
This form POSTs the submited data to a php script, which echos the
posted data.