DNA Bank Network - Extraction Method Administration
Logout
.
Eintrag existiert schon!"; } else { $result = "INSERT INTO tableextractionmethod (Method, Company, Created_Who)" . "VALUES ('$formNewMethod','$formNewCompany','$log')"; $sql = mysql_query($result); #######################################Error 1############################################################### if(!$sql) { $msg = $result."\n"; $msg .= "####Error 1####"; trigger_error($msg, E_USER_ERROR); include ("Errorreport.php"); } ############################################################################################################# else { echo "
Changes accepted!
"; } } } }//if ($formSubmitSave) ?>
".htmlentities(mysql_field_name($result, $i)).""; while ($row = mysql_fetch_row($result)) { echo "
"; for ($j=0; $j<$num_fields; $j++) echo "
".htmlentities($row[$j])."
"; echo "
"; } mysql_free_result($result); ?>
Add new Method:
and company:
Nach Schließen des Formulares müssen Sie die Input- bzw. Suchmaske neu laden, damit die Änderungen aktiv werden.