Ns querygetall
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
-