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

Home » Imported messages » comp.lang.php » For loop not showing the entire array
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
For loop not showing the entire array [message #181847] Wed, 19 June 2013 14:34 Go to previous message
Kevin Davis is currently offline  Kevin Davis
Messages: 5
Registered: May 2012
Karma:
Junior Member
Hi there,

I'm stuck on something which I know could be simple..

If you look at the following array:

$data = json_decode($result, TRUE);

then I have a counter:

$i = 0;

then of course a loop:

foreach ($data as $temp)
{
$userId = $data['data']['items'][$i]['id'];
echo $userId . "<BR>";
$i++;
}

The problem is that the loop is only going through the first 2 records and there is more than 2... Is there a reason why?

Thank you,
Kevin
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: [OT] PHP Conference Argentina 2013
Next Topic: Read info from webcam video
Goto Forum:
  

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

Current Time: Thu Nov 21 13:47:47 GMT 2024

Total time taken to generate the page: 0.04241 seconds