
CGI Specification(3/4)
HTTP method used by the client: GET or POST
GET method: external program reads environment variables
QUERY_STRING special environment variable containing data submit-
ted by user (e.g. HTML form data)
POST method: external program reads from standard input
External program needs to parse the input
(10/95)
Commenti su questo manuale