Re: QueryString (General questions)
Pedro,
yes, but what if someone actually needs it to be one variable with value '1,2,3,4'? Remember - we need general solution, to specific to your current requirement.
What if someone posts this:
info.html?name=John,Doe
I would parse it your way which would be invalid, and customer would say he wants 'John,Doe' inside the value. Do you see my point?
Kreso