Quantcast
Channel: Extracting data from xml using php - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by ThW for Extracting data from xml using php

With DOM and Xpath you can fetch the value directly:$id = 'swv8813';$xml = file_get_contents('php://stdin');$document = new DOMDocument();$document->loadXml($xml);$xpath = new...

View Article



Answer by Alex Tartan for Extracting data from xml using php

Use this:$xmlstr =...

View Article

Extracting data from xml using php

I'm trying to grab specific data from a XML file using php.My goal is to feed a function a "number" and get the corresponding price back. Eg. if I input the number "swv8813" it will return the price...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>