How to parse XML product feed using PHP??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahulephp
    New Member
    • Sep 2009
    • 59

    How to parse XML product feed using PHP??

    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.
  • zorgi
    Recognized Expert Contributor
    • Mar 2008
    • 431

    #2
    Have a look at SimpleXML

    Comment

    • pradeepkr13
      New Member
      • Aug 2010
      • 43

      #3
      Some simple examples on how to parse XML using PHP. Check this.

      Comment

      Working...