foreach($result as $value){ foreach($value as $key => $data){ echo $key.': '.$data.""; } echo "xxx"; } ?>
echo $key.': '.$data."";