I have a webpage with a small table, for example:
<table>
<tbody>
<tr>
<td class="123">
<div class="box-title title collapsed-box">
<a class="title" href="URL" target="_top" title="TITLE" data-original-click-url="URL">
<span>TEXT</span>
</a>
</div>
</td>
</tr>
</tbody>
</table>
in this table there is link, which is changing every several minutes (doesn't matter time).
How can I fully copy URL without cutting anything?
P.S. I don't know PHP so it will be great if you'll explain to me with examples