Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Stop the escaping?

Joe the JetApr 24 2017 — edited Apr 24 2017

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.

This post has been answered by Paulzip on Apr 24 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2017
Added on Apr 24 2017
10 comments
348 views