imstillatwork
IS-IT--Management
I Have an html textarea that users input text descriptions of a problem into (much like this box I am typing in now.)
I am using <cfform method="post" action="index.cfm"> to send my data to the action page, which is a verification page. The text shows up fine on the verification page Using paragraphformat. all the line breaks and quotes are ok. Then the text is passed through <input type=hidden> to the next page and is saved in the database (longchar).
When the text is looked up from the database and displayed again using paragraphformat, it stops at the first double quote " not showing the " or anything after.
I have another area of the site that goes from form to database the exact same way, except that this time there is no verification screen, an no passing hidden input forms, and it works how it should, showing quotes and everything.
any suggestions? the data in the database is not being saved correct, (thats why its not displayed correct), but why?
I am using <cfform method="post" action="index.cfm"> to send my data to the action page, which is a verification page. The text shows up fine on the verification page Using paragraphformat. all the line breaks and quotes are ok. Then the text is passed through <input type=hidden> to the next page and is saved in the database (longchar).
When the text is looked up from the database and displayed again using paragraphformat, it stops at the first double quote " not showing the " or anything after.
I have another area of the site that goes from form to database the exact same way, except that this time there is no verification screen, an no passing hidden input forms, and it works how it should, showing quotes and everything.
any suggestions? the data in the database is not being saved correct, (thats why its not displayed correct), but why?