hey guys, am a bit new to this incredible WYISYG Editor, am having one serious problem, i dont know why its happening. im using CKEDITOR for my upcoming tutorial website , and i try to insert images and smilley faces they retrieve properly from my localhost database but however when i try to add smilley faces or images on the live website not thing is show, its like it not reading the images . need help plz. thanks in advance.
Sun, 03/03/2013 - 15:19
#1
How do you try insert an
How do you try insert an image?
i click on the image icon and
i click on the image icon and it insert the image properly.
on my localhost maching i test it and it works pretty fine when i insert the image and am able to retrieve it in the front page of the website using php but however when i try it on my webserver its not retrieving the image but however everything thing else is retrieved. do you know why its doing that and one other thing when i insert images on localhost it insert as :
<img src="http://sourcecodeuniverse.net/images/logo5.png"> which is great but when i use the same method on the webserver to insert an image it insert it as :
<img src=\"http://sourcecodeuniverse.net/images/logo5.png\"> as u can see here there's a back-slash. and because of that the image is not showing.
Can you show your upload php
Can you show your upload php script?