
-----------------------------------
Amailer
Mon Jun 30, 2003 6:14 pm

htmlspecialchars()
-----------------------------------
Ok the htmlspecialchars() function changes all the html stuff (i.e. < br>)
into its coded what ever you wanna call it (i.e.  = &lt;br&gt;)

Is there a function that can UN DO THE coding...or what ever
(i.e. &lt;br&gt; = < br> )
anyone know?


[[ BTW, i added space in front of the BR tags because html is on ]]

-----------------------------------
Amailer
Mon Jun 30, 2003 6:19 pm


-----------------------------------
NEVER MIND! hehe im fast :)
i think i got it, its the html_entity_decode() :) thx later.
