In my database I have a text field that stores comments. I am trying to output
that comment field in my web page. The problem I am running into is this. Some
of the text has weird characters like exlamations (!) and other characters. I believe
that when CFOUTPUT goes to output the text to the screen it see's these characters
as some type of function commands and then does not output the text at all.
How do I get coldfusion to ignore looking at the characters and just output everything
in the text field.
that comment field in my web page. The problem I am running into is this. Some
of the text has weird characters like exlamations (!) and other characters. I believe
that when CFOUTPUT goes to output the text to the screen it see's these characters
as some type of function commands and then does not output the text at all.
How do I get coldfusion to ignore looking at the characters and just output everything
in the text field.