Help with reading HTML code from a database
I have an access database that contains HTML code, this code is read into a textarea object that is on my page, however if this code in the database contains for example "& q u o t;" it gets converted into its appropriate HTML syntax when its read into the textarea, and then when the user clicks "Update" the database is updated with the wrong information, how can I prevent this from happening?
This is very hard to explain so please say if you dont understand...