我想在我的cmd值=比較時刪除這段代碼,我該怎麼做?如何在php中刪除html標籤?
這裏是我的代碼:
<h1 style="margin-top:24px;"><?=ucfirst($_GET['page5'])?><? if($_POST['mode']=='test' || $_GET['mode']=='test') { print " (Test Mode)"; } ?></h1>
if($_GET['cmd']=='compare' && !$_POST)
{
}
我用這個代碼:
$dom = str_get_html($html);
// ...or construct dom from file/url
$dom = file_get_html($path);
// strip h1 tags (and their content)
foreach ($dom->find('h1') as $node) {
$node->outertext = '';
}
我如何刪除上面的代碼在CMD =由具有比較