Vhyr 0 Newbie Poster

Hi all,

I want to parse something from a HTML Table, but I have no experience in this.
I would love to get some help.

</table>

<br />

<!-- start: member_profile_reputation --> 
<tr>

	<td class="trow1"><strong>Reputation:</strong></td>

	<td class="trow1"><strong class="reputation_positive">4</strong> [<a href="reputation.php?uid=280956">Details</a>] [<a href="repsgiven.php?uid=280956">Given</a>] </td>

</tr> 
<!-- end: member_profile_reputation -->

I want to get the 'reputation' from the table.


Thanks,

Vhyr