Mark Susol | Ultimate Creative Media wrote:
On 4/15/04 11:49 PM, "Daniel Kasak" <[EMAIL PROTECTED]> wrote:
I'm currently using:
replace(replace(NoteText, '<', '<'), '>', '>') as NoteText
to replace the offending characters with HTML escape codes. Is there a
cleaner way of doing this?
Yo
On 4/15/04 11:49 PM, "Daniel Kasak" <[EMAIL PROTECTED]> wrote:
> I'm currently using:
>
> replace(replace(NoteText, '<', '<'), '>', '>') as NoteText
>
> to replace the offending characters with HTML escape codes. Is there a
> cleaner way of doing this?
You can try the php command:
htmlspecialc