Jump to content

exclude tags


DanielBP

Recommended Posts

I made a script to grab the data between these tags on my page:

<td class="numbers">
</td>

It shows only the numbers and that's what I want  (see Ex: ) but if I view the source code it shows this:

Andreea - <td class="numbers">111</td><br />
Claudia - <td class="numbers">30</td><br />
Daniel - <td class="numbers">37</td><br />
Adela - <td class="numbers">4</td><br />

 

Is there a way to display the result without those tags ?

 

Ex: Andreea - 111

    Claudia - 30

    ............

 

As you can see, I only need the numbers, there's nothing else inside those tags.

Link to comment
https://forums.phpfreaks.com/topic/246946-exclude-tags/
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.