Html escape text

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have some text coming in a text box from the user and I would like to
"Html Escape" it.

That is: if the user wrote: "<name=xx/>" I would like to transform it into
"&lt;name=xx/&gt;"
I know there is a function for it, I just can't remember which... going to
look in the doc, but though I could ask here first!
 
Back
Top