Posted by diablo on 06/26/05 15:35
hi
I was told that if i am storing html and user input into a Access 2000
database i need to use
dbRecordset.fields("comments") =
Server.HTMLEncode(user_input_from_textarea_which_may_include_html)
Is this so? and also do i need to do anything to the retrieved text so that
i can
<body><%=dbRecordset.fields("comments")%></body>
I believe i need to be aware of such things as quotes and apostraphes
Thanks for any help
Diablo
Navigation:
[Reply to this message]
|