How to parse XML product feed using PHP??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rahulephp
Forum Commoner
Posts: 28
Joined: Mon Oct 05, 2009 11:05 am

How to parse XML product feed using PHP??

Post by rahulephp »

I am a php programmer but I am not so good with XML files.
For a price comparison website, I need to parse the Amazons XML feed to store product data into the database.

Can anyone please help me to find out such a simple script to parse Amazon XML product feed???
(Actually, I need each product data in array to be stored into the database)

Thank you in advance.
Post Reply