<?php $descriptions = array(); $tests = array( 'Zika', 'SARS', 'AIDS', 'Mad Cow Disease', 'Bird Flu', 'Zombie Infection', ); foreach ($tests as $value) { $descriptions[] = array('name' => $value); } var_dump($descriptions);
You have javascript disabled. You will not be able to edit any code.