<?php $array = [ 'days1' => ['30', '90', '50', '50', '5'], 'price1' => ['5', '10', '12', '13', '1'], 'days2' => ['30', '90', '180'], 'price2' => ['6', '7', '10'], ]; var_export(array_combine($array['days1'], $array['price1']));
You have javascript disabled. You will not be able to edit any code.