Welcome Guest, Not a member yet? Register   Sign In
Having trouble with a foreach loop
#2

PHP Code:
foreach ($arr as $value)
{
 
   // Object
}

foreach (
$arr as $key => $value)
{
 
   // Associated Array

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Having trouble with a foreach loop - by doomie22 - 09-15-2016, 06:05 AM
RE: Having trouble with a foreach loop - by InsiteFX - 09-15-2016, 06:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB