function to remove all \" from a variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I'm using FCKeditor to edit content on my site.

But the content it produces escapes all the " (double quote) characters from my HTML, and replaces it with \" (backslash-double quote).

Is the a function that I can use to change it back?

Does str_replace() do it.. if so is this how I use it:
str_replace('\"', '"', $_POST['FCKeditor1']);

Tim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux