You are not logged in.
Pages: 1
I have a problem, i insert in my project ckeditor for create a page, but i have a problem, i insert in my textarea (ckeditor) this code
<a href="http://www.alessio.it">adsfadsfdsf</a></p>click save and my text insert in a database, but write this code in db
<a href="\"http://www.alessio.it\"">adsfadsfdsf</a></p>why??
Offline
looks like you're running $this->escape() on the input... you actually want to just do a stripslashes() and call it a day or look at HTMLPurifier,
Offline
can i disable this operation??
Offline
Pages: 1