removing RTE tags

Post Reply
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

removing RTE tags

Post by gaurav.shetti »

I am trying to fetch data which contains Rich text editor tags and is of the long field type.
eg
<select A from table where field=$id>
i am querying this to a table on the oracle side.
The result is i am getting the data for A which contains Rich text editor tags . Also the data i am fetching from the oracle is of the long field type. Now i want those RTE tags removed. How can i do it?
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

removing RTE tags

Post by gaurav.shetti »

I am selecting the data from oracle
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

removing RTE tags

Post by gaurav.shetti »

currently i am getting results like <P><font face= .....
so on
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

removing RTE tags

Post by mark »

gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

removing RTE tags

Post by gaurav.shetti »

if suppose i am getting the results from oracle and storing in in a variable say $vars1

then can i use
<fetch "" $vars1>
<urlinfo text>
<$vars1 = $ret>

is that what you were trying to say. :)
Post Reply