Hi,
now i have a problem when i colorize text:
1) I write a new text and mark a part with color red.
<h1>Hallo</h1>
<p>Das ist ein Test in <font color="#ff0000">roter Farbe</font></p>
Then ill save it in database
2)
<h1>Hallo</h1>
<p>Das ist ein Test in <font color=\"#ff0000\">roter Farbe</font></p>
Now there are backslashes before ". The text at the php-site i fill with this content is black. How and where i can disolve this problem that \ are added.
Thats for help
Mike
PS: i use the php-input scripts
now i have a problem when i colorize text:
1) I write a new text and mark a part with color red.
<h1>Hallo</h1>
<p>Das ist ein Test in <font color="#ff0000">roter Farbe</font></p>
Then ill save it in database
2)
<h1>Hallo</h1>
<p>Das ist ein Test in <font color=\"#ff0000\">roter Farbe</font></p>
Now there are backslashes before ". The text at the php-site i fill with this content is black. How and where i can disolve this problem that \ are added.
Thats for help
Mike
PS: i use the php-input scripts
RE: color of text
I think it has something to do with magicQuotes in PHP.
Loook at php.net and you know what I mean.
Hope that helps