[SOLVED] Parsing some HTML Code??
Posted: Sat Mar 10, 2007 6:57 pm
Hi,
I've pulled some code from a website (with permission) and I need to extract the HTML between two tags I've chosen. I need to get all code between the start tag:
And the end tag:
Any idea how I would go about doing this? BTW I don't know any Regex.
Regards,
Matt
I've pulled some code from a website (with permission) and I need to extract the HTML between two tags I've chosen. I need to get all code between the start tag:
Code: Select all
<td bgcolor="#ffffff"><div class="h1">Code: Select all
</tr><tr><td><img src="webi/space.gif" width="1" height="20" alt="">Regards,
Matt