Skip to main content

how to read second parameter of query string?

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.


Here's an example of a query string with two key value pairs.   


Reply