I’m trying to figure out how to write to a specific div in an HTML file with php.
Right now, the only viable solution I’ve been able to find is some tutorial where someone used a special tag before and after the text to be edited so he could later explode the entire page based on that tag. He then recombined the three exploded parts after editing the appropriate portion. Is this the accepted method of doing this?