Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Extract div data or tags text from Web pages | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Guilherme Soratto - 1 year ago (2015-01-02) get content from web pages
+1 | I need to extract the values that are in divs of the same class. I have only the name of the div class, for example, a list of div <div class = "event-id" /> and would like to get the values of all div with the "event-id" class, values of a specific tag inside the div or directly in it. |
0 | by Manuel Lemos 11100 - 1 year ago (2015-01-09) Comment This class can be used for extracting HTML nodes of elements that match a given CSS class using the getElementsByClassName function in PHP, just like you can use it in JavaScript. |
Recommend package | |
|