FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Looping through Web Service results
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Looping through Web Service results [message #172228 is a reply to message #172223] Mon, 07 February 2011 04:50 Go to previous message
BigNate is currently offline  BigNate
Messages: 7
Registered: February 2011
Karma:
Junior Member
Thanks, here is what worked for me:

foreach ($result as $item) {
echo $item->id;
echo $item->name;
}
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: validating / converting time for insertion into mysql DB??
Next Topic: Why doesn't this work?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 07:44:37 GMT 2024

Total time taken to generate the page: 0.05026 seconds