I try put html into fckeditor, (php)
i write something:
$f_html = join ('', file ($f_html));
$oFCKeditor = new FCKeditor;
$oFCKeditor->Value = $f_html; // so i have html page in editor, but i iamages on my page are not appear (it is because of root link on), if i copy images to document root i have success.
Question: how i can show pictures without changing there location, please help me.
Thank you.
i write something:
$f_html = join ('', file ($f_html));
$oFCKeditor = new FCKeditor;
$oFCKeditor->Value = $f_html; // so i have html page in editor, but i iamages on my page are not appear (it is because of root link on), if i copy images to document root i have success.
Question: how i can show pictures without changing there location, please help me.
Thank you.