HTML entities encoding
JarekOct 19 2009 — edited Dec 3 2012Hi,
is there any built in function (way) to encode/decode HTML entities, in such way like "htmlentities()", "htmlspecialchars()", "html_entity_decode()" functions in PHP?
http://www.php.net/manual/pl/function.htmlentities.php
I have html text in table and I want to show it in Textare in "plain way" without "HTML formating" but now it's impossible.
I need some "entity encoding" function for it.
--
regards,
Jarek