Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Product Feed to Display in HTML

Status
Not open for further replies.

thewaterboy

Programmer
Mar 3, 2005
1
IE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top