php open modify and save html file

后端 未结 3 705
忘了有多久
忘了有多久 2021-01-23 13:43

in php I would like to open a html file, delete the content of the div(class Areas) and save it.

$dom = new DOMDocument;
$dom->loadHTMLFile( \"temp/page\".$y.         


        
3条回答
提交回复
热议问题