I have a PHP script that gets the HTML from a website with curl. The probleem is i want to get only a specific part of the HTML for example: The HTML code
<HTML>
<head></head>
<body>
<div>
<tabel>
<TR>
<td> text </td>
</TR>
<TR>
<td>
<tabel>
....
</tabel>
</TR>
</tabel>
</div>
</body>
</HTML>
Now i want a string text
and a string ....
But i can`t use id or class