Posts by Denis Marques • 9 points
2 posts
-
0
votes1
answer317
viewsA: Return XML value in PHP
I managed to solve the problem. <?php $api = "http://127.0.0.1/sysinfo/xml.php?plugin=complete"; $resultado = file_get_contents($api); $xml = simplexml_load_string($resultado); print_r((string)…
-
0
votes1
answer317
viewsQ: Return XML value in PHP
Hello, I need to import an XML value but I’ve tried several ways and I can’t, my XML is this: <tns:phpsysinfo xsi:schemaLocation="http://phpsysinfo.sourceforge.net/…