Skip to main content
Known Participant
April 7, 2008
Question

How to display double quote in the data!

  • April 7, 2008
  • 2 replies
  • 353 views
Hello all,

I have a table column that consist of data inside the double quote.

For example data in table student as following:

Name | Class
==========
Julie| Math
Bob| "Computer"

I used the textfields for display the data, but it works only with the data not in the double quote, otherwise just display empty. Please give me some advice how to handle this issue. Thanks in advance.

    This topic has been closed for replies.

    2 replies

    Inspiring
    April 8, 2008
    Double quotes are special characters in HTML so you need to replace them with the correct entity which is "
    Inspiring
    April 7, 2008
    If you cfdump the results, does it show up?
    avt2k8Author
    Known Participant
    April 8, 2008
    If taking off the double quote from Computer, it will display the data.