Results 1 to 4 of 4
Thread: editing html files online
-
10-14-2011, 04:16 AM #1
Junior
- Join Date
- Aug 2011
- Posts
- 192
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
editing html files online
I want a script where I can edit my html files online and the save the changes. I know php would be the language that can be able to save it and my webserver supports php. The question though, is how do I do that? I just want something really simple.
Thank You!
-
11-26-2011, 09:14 AM #2
Freshman
- Join Date
- Apr 2010
- Posts
- 38
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
1. Use file_get_contents() to get the content of HTML file.
2. Use htmlentities() to the content and display it over a textarea in HTML form.
------------------
After editing submit the form, receive ($_GET or $_POST) the content and use file_put_contents() to save the file.
-
12-14-2011, 07:18 AM #3
Freshman
- Join Date
- Dec 2011
- Posts
- 19
- Thanks
- 2
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
The best option, but time consuming, would be to save the data to a database then use a WYSIWYG editor to make changes.
-
12-14-2011, 07:23 AM #4
Master
- Join Date
- Apr 2011
- Posts
- 1,919
- Thanks
- 0
- Thanked 17 Times in 16 Posts
- Feedback Score
- 0
Have you tried to search Google for this?
Information on luxury watches and a complete watch gallery you can find on WatchSource.Eu
Similar Threads
-
Script to load xml and html files
By Solushunz in forum Web Development - Programming & CodingReplies: 0Last Post: 07-21-2011, 03:47 AM -
Convert your audio files online 100% free and No download required
By ameerulislam10 in forum FreebiesReplies: 0Last Post: 04-29-2011, 10:18 AM -
Free Photo Hosting and Online Photo Editing Site
By walterreed in forum FreebiesReplies: 0Last Post: 05-08-2010, 04:59 AM -
Tools for editing photos online
By Amit.Verma in forum Graphics Design & Web DesignReplies: 6Last Post: 07-11-2008, 07:41 PM -
online HTML editors
By omarabid in forum Graphics Design & Web DesignReplies: 2Last Post: 06-27-2008, 10:29 AM


Reply With Quote

