Forum OpenACS Q&A: Response to What's the difference between ns_conn query and ns_getform?

ns_conn query will only return a query string that is in the URL,
meaning with the GET method. Plus, it will return the actual
string of the query, not an ns_set. ns_getform will return an
ns_set of form values regardless of the form submission
method (get or post).