The language is PHP. I have one foreach ( $a as $b) and another foreach ($c as $d => $e). How do i combine them to read as one. I tired foreach (($a as $b) && ($c as
1) First method
$n) { echo $f.$n; echo ""; } ?>
or 2) Second method
"; } ?>