Get data from an external url by the source code of the page

1

Hi, I need to get the latitude, longitude that is in a url

In the source code of the url, has a table below, what I need is these values -22.96555, -43.17969 that is in (TD 4 of the table) I need it in a variable php could anyone help me?

<table id="tabela-lista" class="cyber tabela-lista">
	
	<tr id="TStr0" class="">
		<td><a id="nota_0" href="javascript:Abrir('../posicoes/posicoes_nota.php?posicao=1251853304', '_blank', 500, 300);void(0);"><img src="../img/novo.png" height='32px' widht='32px'\></a></td>
		<td>12/04/2017 10:21:57</td>
		<td>12/04/2017 10:22:09</td>
		<td>-22.96555, -43.17969</td>
		<td>0,00</td>
		<td>Temporizado</td>
		<td>Sim</td>
		<td>Ligada</td>
		<td>Satélite</td>
		<td></td>
	</tr>
	
</table>
    
asked by anonymous 13.04.2017 / 01:15

0 answers