Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Tue, 08/08/2006 - 18:44
#1
lstatic
Joined:
08/08/2006
Posts:
3
import .txt file
I am trying to import text from a text file in the editor, I know this is wrong but this is what im trying to do.
$oFCKeditor->Value = "UserFiles/content.txt";
Tue, 08/08/2006 - 20:34
#2
lstatic
Joined:
08/08/2006
Posts:
3
RE: import .txt file
this is what I was looking for..
$oFCKeditor->Value = file_get_contents("UserFiles/content.txt");
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: import .txt file
$oFCKeditor->Value = file_get_contents("UserFiles/content.txt");