好的,这是我的代码:
if (!is_array($html_strings[$form_name])) {$html_strings[$form_name] = array();}
array_push($html_strings[$form_name], "<input type='checkbox' ".
" name='" . $result{"formdir"} . "_" . $result{"form_id"} . "'".
" id='" . $result{"formdir"} . "_" . $result{"form_id"} . "'".
" value='" . $result{"encounter"} . "'" .
" class='encounter_form' ".
">" . xl_form_title($result{"form_name"}) . "<br>\n");
我收到以下通知“通知:未定义索引:Nota de Consulta”
对解决此问题有任何帮助吗?