php preg_match pattern problem,regular expression pattern
- by kk
<tr id='ieconn3' >
<td><table width='100%'><tr><td valign='top'><table width='100%'><tr><td>aaaaa
<br> </td></tr><tr><td>
I want to get the aaaaa part till <br> or </td>. I tried lots of patterns but didnt work. any help?