On 3/26/07, Vidya Ranga Rajan <[EMAIL PROTECTED]> wrote:
hi all,
i am using tinymce as RTE. now when i submit this form with some right
aligned text i am getting some html entities added. now i want to remove
these html entities preserving the html tags. only &quot must be removed.
how can i acieve this.


Would this work?

$html = str_replace( '&quot;', '"', $html );

If not, please restate the question, as it sounds like all you want to
do is decode &quot;, which is a little strange. An example would be a
good idea.

--
Chris Snyder
http://chxo.com/
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to