" ; //echo $inputs[$i]['name'] . "
"; //echo $inputs[$i]['select_table'] . "
"; //echo $inputs[$i]['option_name'] . "
"; //echo $inputs[$i]['option_value'] . "
"; ?>
" >
" ; $fields = $inputs[$i]['option_value'] ; $result = $controller->SelectFieldsFromTable($fields, $inputs[$i]['select_table']) ; $cmpt = 0 ; while($row = $result->fetch_assoc()) { if (strlen($inputs[$i]['option_name']) < 3) { $str = $row[$fields] ; } else { $str = $controller->GenIntegerAndTextFromInteger($inputs[$i]['option_name'], $inputs[$i]['option_value'], $row[$fields], $inputs[$i]['select_table']) ; } ?>