ParseQueryString

ParseQueryString

What is use of parseQueryString ?

View Answers

November 3, 2010 at 3:02 PM

It parses a query string and builds a Hashtable of key-value pairs, where the values are arrays of strings. The query string should have the form of a string packaged by the GET or POST method.









Related Tutorials/Questions & Answers:
ParseQueryString
ParseQueryString   What is use of parseQueryString ?   It parses a query string and builds a Hashtable of key-value pairs, where the values are arrays of strings. The query string should have the form of a string

Ads