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 ?
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.
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