php - nicEditor some items not working to display -
i'm using nicedit
image upload
option.
i'd tested site on localhost
, works well. i've uploaded server
doesn't work.
found reason that, adding \
every "
. , tags i'm getting looks like:
<img src=\"http://someurl.com/image.jpg\">
how tackle problem?
faisal can replace \ "" (empty space). use
private string replace(string path){ return path.replaceall("\\", ""); }
Comments
Post a Comment