|
DNA Bank Network - Location Aliquot Administration |
|
| Logout. |
Eintrag existiert schon!";
}
else
{
$result = "INSERT INTO tablealiquots_box (Aliquots_Box, Created_Who)" .
"VALUES ('$formNewBox','$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 ($formSubmitSaveBox)
if($formSubmitSaveRack)
{
if(empty($formNewRack))
{ unset($formNewRack); }
else
{
$result= mysql_query ("SELECT ID_Aliquots_Rack, Aliquots_Rack FROM tablealiquots_rack " .
"WHERE Aliquots_Rack = '$formNewRack'");
if(mysql_num_rows($result))
{
echo " Eintrag existiert schon!";
}
else
{
$result = "INSERT INTO tablealiquots_rack (Aliquots_Rack, Created_Who)" .
"VALUES ('$formNewRack','$log')";
$sql = mysql_query($result);
#######################################Error 2###############################################################
if(!$sql)
{ $msg = $result."\n";
$msg .= "####Error 2####";
trigger_error($msg, E_USER_ERROR);
include ("Errorreport.php"); }
#############################################################################################################
else {
echo "Changes accepted!"; }
}
}
}//if ($formSubmitSaveRack)
if($formSubmitSaveFridge)
{
if(empty($formNewFridge))
{ unset($formNewFridge); }
else
{
$result= mysql_query ("SELECT ID_Aliquots_Fridge, Aliquots_Fridge FROM tablealiquots_fridge " .
"WHERE Aliquots_Fridge = '$formNewFridge'");
if(mysql_num_rows($result))
{
echo " Eintrag existiert schon!";
}
else
{
$result = "INSERT INTO tablealiquots_fridge (Aliquots_Fridge, Created_Who)" .
"VALUES ('$formNewFridge','$log')";
$sql = mysql_query($result);
#######################################Error 3###############################################################
if(!$sql)
{ $msg = $result."\n";
$msg .= "####Error 3####";
trigger_error($msg, E_USER_ERROR);
include ("Errorreport.php"); }
#############################################################################################################
else {
echo "Changes accepted!"; }
}
}
}//if ($formSubmitSaveFridge)
?>
".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);
?>
|
".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);
?>
|
".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);
?>
|
|
|
Nach Schließen des Formulares müssen Sie die Input- bzw. Suchmaske neu laden, damit die Änderungen aktiv werden. |
|