<?php $a=array(1,2,3); $b=array(4,5,6); $c=1; $a[$c++]=$b[$c++]; print_r($a);
You have javascript disabled. You will not be able to edit any code.