<?php $a = array ( 0 => '1421' , 1 => '2241' ); $b = array ( 0 => 'teststring1' , 1 => 'teststring2' ); $c = array ( 0 => 'teststring3' , 1 => 'teststring4' ); $d = array ( 0 => 'teststring5' , 1 => 'teststring6' ); var_export(array_combine($a, array_map(null, $b, $c, $d)));
You have javascript disabled. You will not be able to edit any code.