Page 1 of 1

Html encode devode?

Posted: Tue Nov 21, 2006 3:14 am
by ianhull
Hi guys,

I am playing with html and passing it in and out of the database but after editing the record it changes the html and then it does not show properly.

anyone know why?

First insert looks like this and is fine.

Code: Select all

<DIV><SPAN style="\"FONT-SIZE: " Arial\\\? FONT-FAMILY: 10pt;><STRONG>
After updating it look like this

Code: Select all


<DIV><SPAN style=\\\"FONT-SIZE: 10pt; FONT-FAMILY: Arial\\\"><STRONG>
any help greatly appreciated

Posted: Tue Nov 21, 2006 5:54 am
by JayBird