|
You have an example of what your placing in there?
I place say an html table in the description and I can edit it
$pdesc = un_htmlspecialchars($pdesc);
we make sure we convert it to editable html code once we grab it from the database as it is stored in the database in the proper format
|