Skip to content
Advertisement

php xpath how to get values from multiple elements inside a parent element

I need to gather all this data from a specific site. I need the URL, Image, Text. Here is the code I am trying to use. But I need to gather all the pieces of info from all the tags on the page.

JavaScript

php code

JavaScript

I can’t seem to get this to return any values. I can get a single value through the foreach. But I need all the others as well. I can’t quite figure out how to make this happen. Any help would be highly appreciated.

Advertisement

Answer

If I change your foreach loop like this:

JavaScript

I get this as output (I added numbers to the elements just to distinguish the tree <article> nodes:

JavaScript

Is that what you’re looking for?

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement