Skip to content
Advertisement

How to get the next of double quotes values on dom element php [closed]

i want to scrap the pages but In that pages they provide values like that below, but i take element using elementby Tagname and i cant take doubt quotes values next of strong tag, can anyone please help me.

JavaScript

Advertisement

Answer

Based on the current code (from comment), you just need to change from accessing the current elements value to the next child value (using nextSibling)…

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