i need help ro reduce this code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
huzoorbux
Forum Newbie
Posts: 1
Joined: Mon Feb 15, 2010 1:36 am

i need help ro reduce this code

Post by huzoorbux »

foreach ($arr["getDIDCountryResult"] as $key => $val){


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

}
}
}
Post Reply