<?php $file = array ( 'name' => array ( 0 => 'Image.PNG', 1 => 'sadssadsa.PNG', ), 'type' => array ( 0 => 'image/png', 1 => 'image/png', ), 'tmp_name' => array ( 0 => 'C:\\Users\\CH MANAN\\AppData\\Local\\Temp\\php48B6.tmp', 1 => 'C:\\Users\\CH MANAN\\AppData\\Local\\Temp\\php48B7.tmp', ), 'error' => array ( 0 => '0', 1 => '0', ), 'size' => array ( 0 => '291647', 1 => '112790', ), ); //foreach($_FILES as $file) { $keys = array_keys($file); foreach($file['name'] as $key => $f){ $new[] = array_combine($keys, array_column($file, $key)); } //} var_dump($new);
You have javascript disabled. You will not be able to edit any code.