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?
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?