Jump to content

Remote HTML editing


ThunderAI

Recommended Posts

I know there are many WYSIWYG editors out there, but what would be the best to do the following:

 

I have a PHP script that dynamicaly loads an HTML document using the file_get_contents function.  In the administration section I would like to modify that HTML file remotely.

 

What is the best approach to do that?

Link to comment
https://forums.phpfreaks.com/topic/134289-remote-html-editing/
Share on other sites

Is the HTML file saved on your server?

If so i think, although am not sure, that you will need to read the page, then get the source and put it in a textarea and then when you save changes rewrite over the page with the new one (changes included)

Link to comment
https://forums.phpfreaks.com/topic/134289-remote-html-editing/#findComment-699106
Share on other sites

If it's generated dynamically how are you going to edit it?  Did you mean the PHP script?  What exactly do you mean by:

 

In the administration section I would like to modify that HTML file remotely.

 

Do you want some kind of interface to edit the PHP file?  Or am I making this problem more complicated than it really is...  ???

Link to comment
https://forums.phpfreaks.com/topic/134289-remote-html-editing/#findComment-699107
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.