1
I'm getting a text from db by using:
$result = $this->getAll($criteria,'',false,false);
Lets say the text is :-D
$result[0]['message'] = <img class="imgsmile" src="http://mysite/uploads/smilies/smil3dbd4d4e4c4f2.gif" alt="" />
Why does my text (:-D) get sanitized to an image and how do I prevent this?