Jump to content

grab content curl dom


1zeus1

Recommended Posts

Hey Guys

 

i'm trying to figure out how to find a specific tag and grab the content between it.

<body>

 

<h1>Hello PHP Freaks!</h1>

<table>

<tr class="ad">

<td>

<a class="a1"  href="aaa.php></a>

</td>

</tr>

<tr class="ad">

<td>

<a class="a1"  href="bbb.php></a>

</td>

</tr>

</table>

</body>

</html>

 

 

Result:

 

aaa.php

bbb.php

 

 

regards

Link to comment
https://forums.phpfreaks.com/topic/267770-grab-content-curl-dom/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.