I have a textarea in my module and I wish store the content of this (it is HTML code). ¿How do you do this? When I store the content, may be formatted
Ex:
Content of textarea.
Code
How do you do?< br >Fine, Thanks!
Content in phpMyAdmin.
Code
How do you do?& lt; br& gt ;Fine, Thanks!
So, when I want to show
How do you do?
Fine, Thanks!
Appear:
Code
How do you do?< br >Fine, Thanks!
I try with
Code
<!--[$var1|pnvarprephtmldisplay]-->
<!--[$var1|pnvarprepfordisplay]-->
<!--[$var1]-->
<!--[$var1|pnvarprepfordisplay]-->
<!--[$var1]-->
But it is not working with anything.
Thanks!
Edited by krator on Mar 23, 2012 - 03:29 PM.
