For some reason, when I retrieve the code, and addslashes to them, they seem to get truncated.
HTML is stored in the db as so:
Code: Select all
\<a href='http://www.domain.net/click-1647300-10382409' target='_top' >
<b>some stuff</b>
</a>
<img src='http://www.domain.com/image-1647300-10382409' width='1' height='1' border='0'\><b>some stuff</b></a><img src='http://www.domain.com/image-1647300-10382409' width='1' height='1' border='0'\>'>
I'm missing the initial anchor. Any ideas what I'm doing wrong?