|
Posted by Jerry Stuckle on 06/14/07 17:58
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>
>
Did you check out the DOM functions in PHP 5 (or DOM XML functions in
PHP 4)?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|