Hi,
I am using ckeditor. when i work in localhost (in my pc) its working fine in formating and image upload.but when i work with it at server it formating and image upload is not working.
for ex. - if i formate font with some style and color and size its shows all effect front side on local but when i use same style same font and same color its not shows any formating or image on its front side.
for save that text i used mysql_real_escape_string() function i also tried mysql_escape_string() but both are working in local only not on server. :S
for image upload its path gose wrong into database so its not showing front side.
for ex.
local path - http://sourcecodeuniverse.net/images/logo5.png
server path - http://sourcecodeuniverse.net/%22http://sourcecodeuniverse.net/images/logo5.png/%22 (in this url %22 is making problem)
i dont know why the editor is working in local and not working in server. :S i faced this unique problem first time.
please help me out.
thanks in advance.

i think the problem is with
i think the problem is with my php version because on localhost i use php 5.5 and on the webserver it is set as NATIVE and when i change it from native to 5.5 everything work perfect but however when i try to retrieve the data from the database not all of the data's been retrieved. i'll email my provider today about this.