fckeditor is not working properly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

fckeditor is not working properly

Post by kalpesh »

i am using fckeditor which is not working properly in shared web hosting.
I am trying with php5 .
I also try in php4 and its work fine.
The same thing i try in localhost which works properly.
But in shared web hosting it doesn't apply style formatting.
for eg.
<font color=/"#FFFFFF/">
and it's printed as it/'s
which i printed in file.
it takes default color, font-size,font-style.

please help me.
Thanks in advance.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: fckeditor is not working properly

Post by requinix »

I guess a good grasp of the English language is too much to ask for...

You probably have magic_quotes on. It's a setting in php.ini. Turn it off.
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

Re: fckeditor is not working properly

Post by kalpesh »

Thanks for reply.
Now its working.
I really appreciate u r help.
Thanks again.
Post Reply