So here is the html..

PHP Code: 
<tr>
    <
th>Country/Region: </th>
    <
td>Hong Kong</td>
</
tr>
<
tr>
    <
th>Anything:</th>
    <
td>852-356-39195</td>
</
tr>
<
tr>
    <
th>Anything:</th>
    <
td>852-356-39196</td>
</
tr
I need to get the first occurring of <td></td> like "<td>Hong Kong</td>" from it.
what the regular expression ? Anyone know ?


Thanks
warezrock Reviewed by warezrock on . Php Regular Expression ? So here is the html.. <tr> <th>Country/Region: </th> <td>Hong Kong</td> </tr> <tr> <th>Anything:</th> <td>852-356-39195</td> </tr> Rating: 5