I use this CMS to edit my pages, but when it submits data which is html coding, the data is stored as regualr text and not htmlc ode, so when I query the data, the result is just plan text and not the rendered code. Any settings I need to change for this?
NogDog
02-20-2007, 03:10 PM
I doubt that it's a database/SQL problem. A database does not know plain text from HTML text from a random series of characters. It is most likely an issue with the CMS application. It may well be stripping out HTML tags from any input before storing it to the database in order to prevent invalid or malicious codes being inserted into the target page.