function selectBox($field, $default, $values) { $o = ''; if ( ! is_array($values) ) { return "ERROR: values is not an array for $field"; } $o = '\n"; return $o; }