strip everything in front of body tag - regex help needed
- From: tgh003@xxxxxxxxx
- Date: 27 Feb 2007 17:01:54 -0800
I am trying to parse emails and strip everything before (And
including) the BODY tag of an html email/file.
So:
<html>
<title>blah</title>
<meta......
<body>
<b>this the body</b>
</body>
</html>
End result I want is just the:
<b>this is the body</b>
any recommendations on how to best do this in php?
Thanks!
.
- Prev by Date: operational musings
- Next by Date: Re: [PHP] operational musings
- Previous by thread: operational musings
- Next by thread: RE: [PHP] operational musings
- Index(es):