View Single Post
  #1 (permalink)  
Old 11-17-08, 04:12 PM
angmi90 angmi90 is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Parser Code Needed (Shopping.com XML)

I have a tech-related review site and I have a partnership with Shopping.com to use their API. I currently have a script to display their product price listings but I would also like to have a script to display the product specifications into a table similar to what I have here... http://www.techreviewsource.com/test/specs_table.php

A sample XML feed is located at http://sandbox.api.shopping.com/publ...rue&numItems=0 and what I want show out of that XML feed is the data contained in the "Feature Group" hierarchy tags.

I would like it to be in the form of a PHP script where I can just have the script located in one file on the server and wherever I want the product specs table to show, I can just put a small snippet of PHP code to "call" on the main script and input the "productId=" variable into the XML call.

Let me know if anyone out there would be interested in helping me for a little money. We can discuss quotes via PM/email. Thanks for your help in advanced.

Alex
Reply With Quote