How to Pull data base of other web site ??

Discussion in 'PHP' started by shivkumar, Jan 5, 2011.

  1. #1
    Hey Guys this is shiv kumar i have try to pull data base of other web site

    basicaly i want to connect to other web site passes through xml

    any one help me ?
     
    shivkumar, Jan 5, 2011 IP
  2. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Be more precise please.What website are you trying to get data from , from which pages/feeds ?
     
    tvoodoo, Jan 5, 2011 IP
  3. dsdf

    dsdf Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Please more specific. If the site have XML feed, you can grab it with XML parser functions, bundled with PHP. Read about XML Parser Functions on PHP Manual.
     
    dsdf, Jan 6, 2011 IP
  4. ankit_frenz

    ankit_frenz Active Member

    Messages:
    1,111
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    63
    #4
    Go through the api of the site that you want the data to pull through and send request and parse response as simple as that..
    I guess API is involved as you mentioned the DB is linked with XML
     
    ankit_frenz, Jan 6, 2011 IP