[ Table Of Contents | Keyword Index ]

ns_parsequery(n) 4.99 "NaviServer Built-in Commands"

NAME

ns_parsequery - Parse a URL query string into an ns_set

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    EXAMPLES

SYNOPSIS

ns_parsequery querystring

DESCRIPTION

This command parses the specified querystring into an ns_set, which is returned. The keys and values will be decoded.

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