how to combine two arrays? how to combine two arrays? codeigniter codeigniter

how to combine two arrays?


Try

array_merge_recursive($array1, $array2);

There are more array functions here: http://www.php.net/manual/en/ref.array.php