7
May
Yes yes as expected I know. If you are passing name value pairs such as jibble=bibblebobble and yo uwant multiple values such as jibble=bibblebobble&flibble=nibblenobbol you don;t want the first value to have an ‘&’ in it so use the JavaScript function escape().
Simple I know but an easy one to miss! Hooray for testers!
0