foreach ($foo as $i => $val) { $a = $candy[$i]; $b = $does[$i]; $c = $nothing[$i]; echo "$a,$b,$c"; }