Ns querygetall

From AOLserver Wiki
Revision as of 19:09, 7 February 2009 by Gustafn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_querygetall.html


NAME

ns_querygetall - Get multiple query values from the HTTP request

SYNOPSIS

ns_querygetall key ?def_result?

DESCRIPTION

This command returns all values whose key is key. If there are none, the default result def_result is returned, or an empty string is returned if def_result is not specified. This function is useful for checkboxes.

NOTES

Note that despite it's name, ns_querygetall works on POST form data as well as query string data.

SEE ALSO

ns_queryexists, ns_queryget

-