Hello,
Iv'e made an CMS and i use FCK Editor to
edit the pages content, but when i edit an page where
there an link to an image it will change it and save it
wrong in my database.
Example:
http://site.com/img/submap/image.gif
will change to
http://site.com/%22http://site.com/img/ ... ge.gif/%22
What can / should i do to let this just work properly?
I dont use the file browser, i just typ in the full url.
Edit:
This i was i get in the Source Code.
<img alt=\"tralala.\" src=\"http://site.com/img/submap/image.gif\" />
... I was think to complex, stripslashes(); did it.
Wed, 05/14/2008 - 14:13
#1