06-05-2009, 11:04 AM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
You're attempting a loop on the data outside the <entry> node. Try modifying your loop to reflect the following, so that you're looping entry:
php Code:
foreach ($channel->entry as $element) {
}
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|