how to read second parameter of query string?
Solved! Go to Solution.
what you mean with second parameter?
query strings are always key+value pairs and you have to refer to key to get its value. query strings are not referenced by their positions.
View solution in original post
Here's an example of a query string with two key value pairs.