Welcome Guest, Not a member yet? Register   Sign In
Why is foreach not working?
#1

[eluser]Kraig[/eluser]
Do you have any idea why this foreach would not work? If I just echo $this->variable it displays the last index only..however I want to display it all, but I get an error 'Message: Invalid argument supplied for foreach()'

Code:
$var = $this->variable; //$this->variable is a global array and it does work
foreach($var as $yup){
  echo $yup;
}


Messages In This Thread
Why is foreach not working? - by El Forum - 08-16-2012, 05:53 PM
Why is foreach not working? - by El Forum - 08-16-2012, 05:59 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:05 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:08 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:22 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:36 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:45 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:51 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:59 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:07 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:11 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:15 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:22 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:34 PM
Why is foreach not working? - by El Forum - 08-16-2012, 09:23 PM
Why is foreach not working? - by El Forum - 08-16-2012, 10:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB