Thanks Liam Potter, this worked perfectly!
On Aug 25, 12:15 pm, Liam Potter <[email protected]> wrote: > You need to url encode it, or just replace it with %26 > > Julijan Andjelic wrote: > > Is there any was to prevent ampersand from splitting up the passed > > data? > > > For example if my data looks like: > > > "This is some text&blah blah" > > > If I pass it as data it will get split up at "&": > > > This is some text > > blah blah > > > Any solutions?

