I have an array of an arrays created using the following code. I\'m trying to get this to loop through and populate a dropdown list.
$names
This solution works for current PHP versions. Simple case of using a foreach:
Choose one = $name['name'] ?>
This solution works for older PHP versions. Simple case of using a foreach:
Choose one