Page 1 of 1

i need help ro reduce this code

Posted: Mon Feb 15, 2010 2:11 am
by huzoorbux
foreach ($arr["getDIDCountryResult"] as $key => $val){


foreach ($val as $key1 => $val1){
foreach ($val1 as $key2 => $val2){
echo "<br> $val2[0].$val2[1]";

}
}
}