Next question ;-)
Everytime I post something including quotes (like this ' or this ") then a backslash is added in front of the quote.
So I'm not able to set a hyperlink, image or something else. Because I post following source code with CuteEditor:
<a href='test.html'> and if i look what my scrit receives is: <a href=\'test.html\'>
Do I need to disable or enable magic quotes on the PHP server? Or does'nt it matter?
Thanks in adavnce
lpgr