Ok, I'm trying to print an ampersand in my htp.print command and it is changing it to & every time.
Literally, this: htp.p('&'); changes to &
How do I get it to stop changing this? I need to create a URL with & in it and this is preventing me from doing it.
I'm guessing that maybe there is some sort of setting that says to always escape because I found that you're supposed to use htf.escape_sc to actually escape this.
Anyone got an idea on this?
Thanks.