NaviServer - programmable web server

[ Main Table Of Contents | Table Of Contents | Keyword Index ]

ns_parsequery(n) 4.99.21 naviserver "NaviServer Built-in Commands"

Name

ns_parsequery - Parse a URL query string into an ns_set

Table Of Contents

Synopsis

Description

This command parses the specified querystring into an ns_set, which is returned. The keys and values will be decoded based by the rules used for ns_urlencode.

COMMANDS

ns_parsequery querystring

EXAMPLES

 % set s [ns_parsequery "msg=Hello+World%21&a=b&a=b&c=d"]
 d0
 % ns_set array $s
 msg {Hello World!} a b a b c d

See Also

ns_getform, ns_set, ns_urlencode

Keywords

URL, global built-in, query