Status
Not open for further replies.

warezrock

Active Member
704
2009
23
0
So here is the html..

PHP:
<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
 
1 comment
Status
Not open for further replies.
Back
Top