Home > Archive > PHP DB > February 2008 > [PHP-DB] How to Parse XML Feed on my PHP page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[PHP-DB] How to Parse XML Feed on my PHP page
|
|
| Chris Carter 2008-02-13, 10:00 pm |
|
Hi,
I have never done parsing of an XML feed or URL on my PHP page. Basically
there is a website that shows products, in order to list those products on
your page you need to parse the XML URL that they provide.
I have no experience to this, have been searching on this but have not got a
clue. S ing an advice as to how can I really get to show those products on
my PHP page.
Example URL is:
http://xmlfeeds.somesite.com/?p=12345&f=123&s=gifts
Thanks in advance,
Chris
--
View this message in context: http://www.nabble.com/How-to-Parse-...0p15471880.html
Sent from the Php - Database mailing list archive at Nabble.com.
| |
| Vikas Jayna 2008-02-14, 4:01 am |
|
Take a look at the pear XML_Feed_Parser package at
http://pear.php.net/package/XML_Feed_Parser for parsing Atom & RSS feeds
For parsing normal xml documents try XML_Parser package
http://pear.php.net/package/XML_Parser
Vikas Jayna
Chris Carter wrote:
>
> Hi,
>
> I have never done parsing of an XML feed or URL on my PHP page. Basically
> there is a website that shows products, in order to list those products on
> your page you need to parse the XML URL that they provide.
>
> I have no experience to this, have been searching on this but have not got
> a clue. S ing an advice as to how can I really get to show those
> products on my PHP page.
>
> Example URL is:
>
> http://xmlfeeds.somesite.com/?p=12345&f=123&s=gifts
>
> Thanks in advance,
>
> Chris
>
--
View this message in context: http://www.nabble.com/How-to-Parse-...0p15475221.html
Sent from the Php - Database mailing list archive at Nabble.com.
|
|
|
|
|