Ver originalforeach ($data['image'] as $k => $v) { echo $v; // image echo $data['image_alt'][$k]; // etc.}