When i parseQueryString this string: view=a;b;c I get an array ['view=a', 
'b', 'c'] because the string is split on & AND ;.

Is this normal behaviour? Shouldn't it only split on '&'?

W

Reply via email to