$sweets = array('puff' => 'A', 'square' => 'C', 'cake' => 'B', 'ricemeat' => 'S');print '';foreach ($sweets as $option => $label) { print ' if ($option == $defaults['sweet']) { print ' selected="selected"'; } print "> $label\n";}print '';?>