Why did I upload a picture after merging CKEditor and Ckfinder, but I can't show it on another page
After the integration, I can already insert the picture in the textarea, for example:
However, I click the "Publish" button below, but always do not display the picture, text can be displayed normally, such as:
Edit Page Source code:
Code in article:
echo "";
Print_r ($_post);
echo "
";
?>
Please the experts to guide the maze, thank you very much!
------Solution--------------------
Click on the "source" on the left to see
------Solution--------------------
After you print the results look at the source.
------Solution--------------------
Didn't you see the double quotes escaped?
------Solution--------------------
How about submitting without an editor? Just enter a AA ' BB ' submission to see what the result is.
------Solution--------------------
He's a smart judge, and I don't know what you've changed.
$_post = Array_map (' stripslashes ', $_post);