Why can't I display the uploaded image on another page after ckeditor and ckfinder are integrated?

Source: Internet
Author: User
Why can I insert images in textarea after ckeditor and ckfinder are integrated and uploaded successfully but cannot be displayed and integrated on another page? for example: however, I click the "post" button below, but the image cannot be displayed normally. The text is displayed normally, for example, editing the page source code: & lt; form & nbsp; actionarticle. php & nbsp; methodpost & nb why the uploaded image is successfully uploaded after ckeditor and ckfinder are integrated, but cannot be displayed on another page
After integration, I can insert images in textarea, for example:

However, when I click the "post" button below, the image cannot be displayed normally, and the text can be displayed normally, for example:



Edit the page source code:


Code in article:
 Header ("Content-Type: text/html; charset = utf-8 ");
Echo"
";
Print_r ($ _ POST );
Echo"
";
?>


Thank you very much for your advice!
------ Solution --------------------
Click "Source Code" on the top left to view the information.
------ Solution --------------------
View the source code for the printed result.
------ Solution --------------------
Didn't you see the double quotation marks escaped?

------ Solution --------------------
How about submitting without an editor? Enter aa 'BB "and submit it to view the result.
------ Solution --------------------
It is reasonable to say that he is smart and does not know what you have changed.

$ _ POST = array_map ('stripslashes ', $ _ POST );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.