Afficher un message
Vieux 14/06/2007, 22h48   #4
Armand Brahaj
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: getting data from a feed file

jerry@mynetserv.com wrote:
> Ok, I have a feed that I need to get the data from. The file is an
> html file that contains items. I need to step through the file,
> getting the first item, doing whatever, then the second item, and so
> on. Any thoughts on the best way to to this?
>
> <Feed>
> <Item>
> <ID>Data I need</ID>
> <Title>Data I need</Title>
> </Item>
> <Item>
> <ID>Data I need</ID>
> <Title>Data I need</Title>
> </Item>
> </Feed>
>

Are you trying to parse an XML File?
http://www.php.net/manual/en/ref.xml.php

  Réponse avec citation
 
Page generated in 0,04792 seconds with 9 queries