include './a.html';
include './a.html';
1
ywisax Nov 2, 2022 ```php
<?php include './a.html'; $html = ob_get_clean(); $html = str_replace('xxxx', 'xxx', $html); echo $html; ``` |