5. cgi::GetParam("name")

[<<<] [>>>]

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

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


[<<<] [>>>]