Мне нужно удалить содержимое между этими HTML-блоками:
$var1 ="
<html><head>
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'></head><body>
<img alt='shopozilla' src='http://www.ssopte.com/images/2010/usdos-logo-seal.png' >
<span style='font-family: Arial,Helvetica,sans-serif; color: rgb(93, 93, 93);
font-size: 17px; font-weight: bold;'>shopozilla sent this message to
";
$var2 = "
Section 222 of the sand sAct. Section 222(f) provides that the records of the separtment of State and of diplomatic and consular </font><br>
</td></tr></tbody></table></td></tr></tbody></table></body></html>
";
Пока я пытался
<code><pre>
$content = preg_replace("/$var1(.*)$var2/m", "", $htmlContent);
, но не работает, поэтому мне нужношаблон / регулярное выражение, которое должно работать.