Hi there. We have a fresh install of PHP and Apache on a windows machine (don't ask why it's windows), but it seems to add a
"file://" and other codes in front of every link when we use Fck to insert data to our web page.
I don't know if PHP or FCK is doing this, but for example, a http://www.google.com becomes file://%22http://www.google.com//%22 (or something similar to this) when we hit submit.
Any ideas what to check?
Many thanks, -turgut
Thu, 04/10/2008 - 16:11
#1
Re: FCKEditor seem to insert escape characters into URL's
For this problem what can I do to correct this. I work with ASP.NET in my project. and I need to save all of the text and data that the user is import them to the FCKeditor. but i can't do this.
If you can help me, please send an email to me. abbas.khodaeian@gmail.com
Thanks
Re: FCKEditor seem to insert escape characters into URL's
you can use stripslashes()
for more info check
http://nl.php.net/manual/en/function.stripslashes.php