On a html page I have this.
</h2>
<ol>
The page is contained in a variable called $content. I want to replace this with something else but the code doesn't work.
$content = str_replace("</h2><ol>", $title, $content);
What should i put there instead of .
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…