php - Invalid argument supplied for foreach -


I got this warning, someone has an idea:

Warning: invalid argument C: \ xampp \ htdocs \ testplanning \ modules \ Planning \ plan.module at line 425.

The code where it is declining:

  foreach ($ stap3 [2] as $ key = & gt; $ value) { $ WaardeSoortStage [$ key] = $ value; }   

Maybe the variable is $ stap3 [2] array No.

Comments