Hi,
I have searched this forum very hard and I can not find any code examples using PHP to load an external html file's content into the FCKE.
I know in all the examples in the download, it shows the "Value" being filled-in as such... "<p>Text goes here</p>" blah blah blah.
However, I am not sure how to get a string into that "Value" variable when an html page loads. I know you have to probaly use PHP to load it. But how do I call the PHP and send the data from the PHP to the Value in the html? Javascript? (or something)
I do know how to save the data from the html using post. That works fine.
Can anyone supply code?
I just want a basic FCKE that can load and save an html page.
That's it... nothing more.
Is this too hard to document anywhere???
Sat, 11/08/2008 - 16:00
#1
Re: Basic Load and Saving of Html Data
Does anyone have anything to help us out?

Re: Basic Load and Saving of Html Data
Yea!!!! I got it!!
Finally someone is going to post some code example on how to load and save html files with PHP!!!
EDIT01.HTM (this is where the editor is inserted)
READ01.PHP (file that reads the sample01.htm file)
SAVE01.PHP (file that saves the FCKE text)
SAMPLE01.HTM (Test output that is loaded and saved in FCKE)
That is it!!!
Re: Basic Load and Saving of Html Data [RESOLVED]
<html dir="ltr">
how can i save normal html page?
when i use your files it seems ok but when i use my html file to edit FCK doesnt even work properly?