Data feed url linking

Reply

Join Date: Jan 2008
Posts: 7
Reputation: halifaxer is an unknown quantity at this point 
Solved Threads: 0
halifaxer halifaxer is offline Offline
Newbie Poster

Data feed url linking

 
0
  #1
Feb 8th, 2008
Hi all,

Not even sure if this does belong in this section, but please redirect me if it doesn't. For those of us that have affiliate sites, most affiliates provide us with data feeds or specific data feed url with whcih we can link and extract information for our websites.

Can anyone tell me how one goes about connecting to one of these files? Is it a regex enquiry? And how would one specify which info needs to be extracted etc.

Many thanks Smiley
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 57
Reputation: Walkere is an unknown quantity at this point 
Solved Threads: 5
Walkere Walkere is offline Offline
Junior Poster in Training

Re: Data feed url linking

 
0
  #2
Feb 8th, 2008
Originally Posted by halifaxer View Post
Not even sure if this does belong in this section, but please redirect me if it doesn't. For those of us that have affiliate sites, most affiliates provide us with data feeds or specific data feed url with whcih we can link and extract information for our websites.
If by "data feed" you mean an xml feed/file, then you can access it through PHP using either an XML parser or a pre-built package like SimpleXML.

I'd suggest reading through the section in Practical PHP Programming on using SimpleXML. Basically, you create an object using the xml file. This loads all of the xml data into an object structured like the xml tree.

If you had an example of one of these data feeds, it would be easier to illustrate.

Good luck,
- Walkere
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 750 | Replies: 1
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC