$sequentialArray = array('apple', 'orange', 'tomato', 'carrot');
$assocArray = array('fruit1' => 'apple', 'fruit2' => 'orange', 'veg1' => 'tomato', 'veg2' => 'carrot');