Ns querygetall

From AOLserver Wiki
Revision as of 16:40, 11 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 623)
(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

Category Documentation - Category Core Tcl API