943,829 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1124
  • PHP RSS
Feb 8th, 2008
0

Data feed url linking

Expand Post »
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
halifaxer is offline Offline
7 posts
since Jan 2008
Feb 8th, 2008
0

Re: Data feed url linking

Click to Expand / Collapse  Quote originally posted by halifaxer ...
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
Reputation Points: 29
Solved Threads: 5
Junior Poster in Training
Walkere is offline Offline
57 posts
since Jan 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Trying to indent paragraphs
Next Thread in PHP Forum Timeline: Please help i have issues with my sregister form or server.





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC