6. cgi::PostParam("name")

[<<<] [>>>]

This function returns the value of the POST parameter named in the argument. If there are multiple POST parameter with the same name the function returns the first one.

The CGI parameter names are case sensitive according to the CGI standard.


[<<<] [>>>]