thewaterboy
Programmer
Im new to XML.
In a PHP file i want to display a set of XML results.
I am querying a server as follows:
This gives me a result as follows:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<ProdQty>5</ProdQty>
How can i get this result to display in a HTML/PHP file and also how can i query the server through the same script
In a PHP file i want to display a set of XML results.
I am querying a server as follows:
This gives me a result as follows:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<ProdQty>5</ProdQty>
How can i get this result to display in a HTML/PHP file and also how can i query the server through the same script