Re: URL encoding for links w/ PL/SQL

From: Frank <frankbo_at_interaccess.nl>
Date: Wed, 27 Sep 2000 14:24:40 +0200
Message-ID: <8qsouk$3cc$1_at_porthos.nl.uu.net>


There *is* no equivalent.
[Quoted] Unless you write one, or use an existing package... The web development packages (htp, htf, owa...) came with one, that was called escape_url

--
Frank
Joseph Ranseth <jranseth_at_worldNO_SPAMcupfishing.com> schreef in
berichtnieuws 70Oz5.2302$fU3.55994_at_news1.mts.net...

> How do I format a string variable to be used as an URL?
>
> I have some string values containing spaces and ampersands, and they don't
> create the proper links. ie: the following produces a result that does
not
> work.
> value = "Big & Burly"
> htp.prn("/my_page?in_value='||value);
> creates link "/my_page?in_value=Big & Burly", which passes an incoming
> parameter of "Big " as the & character seperates values in an URL.
>
> I know ASP uses a URLEncode function. What is the equivalent in PL/SQL?
>
> --
> Joseph Ranseth - Webmaster
> World Cup Fishing
> http://www.worldcupfishing.com
>
>
Received on Wed Sep 27 2000 - 14:24:40 CEST

Original text of this message