Well, it is possible to insert HTML in to a database; after all it is just a string.
However you are right one has to be very carefull with the quotes, but that is not only when inserting HTML. I have had problems myself when typing single quotes into the database. You probably have to escape the quotes before inserting, and possibly also upon retrieval.
Hope this helps!?
Jacob.
|