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
Looping through Web Service results [message #172220] Sat, 05 February 2011 05:03 Go to previous message
BigNate is currently offline  BigNate
Messages: 7
Registered: February 2011
Karma:
Junior Member
Hi Folks
I'm having trouble displaying individual values of my SOAP results. I'm using the code below to connect to the web service:

$client = new SoapClient($urlWSDL);
$result = $client->getVotes($userKey);

I can see that it returns an array, using the dBug script, I can see everything in there, but I can't figure out how to loop through the array to see the individual columns. I'm used to looping through an array returned from a MySQL result with those functions, so I'm stuck with this one. Does anyone have any ideas? Any help would be greatly appreciated.

Thanks,

Nate
[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 05:27:59 GMT 2024

Total time taken to generate the page: 0.04791 seconds