I would like to copy a block of code that is between these two lines of a template file:
<!-- BEGIN eblogs_list -->
...
<!-- BEGIN eblogs_list -->
i'd like to copy anything between the two lines above and save them into another array? how would you do that?
thank you<td class=bluetext2 align=left valign=top bgcolor=#EBF8FB>
<span class=bluetext3>
<!-- BEGIN eblogs_list -->
{title} <br>
posted: {date} <br>
by: {username} <br>
{content}<br>
views: {views} | replies {comments}
<!-- END eblogs_list -->
</span>
<br>
</td>
<td width=16 bgcolor=#EBF8FB></td>