How to HTML editing in PHP?

Daneo

New member
hello im working on a PHP script for a small blog update site im making, and i want to be able to edit a html file, this is what i want to do:

Enter all my article details into write.php
proccess the variables from write.php and make a preview of what the article will look like on preview.php
write the article to a html document
but i want to be able to mark a certain spot on that document so each time i goto edit it, a command finds the certain spot delete the marker and then edits from there and then enters the marker at the end of the article so next time i can do the same thing

also can i still use fopen to open a html file to edit it and what write parametre should i use to write to the html file from this marked spot
 
Back
Top