Perhaps you should use & instead of a plain &.You can always replace it back with & after you have got the data if you really need.
Thanks & Regards, Dhruva Sagar. Samuel Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> - "I'm willing to admit that I may not always be right, but I am never wrong." On Tue, Aug 25, 2009 at 3:42 PM, Julijan Andjelic < julijan.andje...@gmail.com> 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?