echo "<tr><td colspan='3'><span class='error'>Sorry, as a guest you don't have permission for entering new data! If you want to search for existing DNA data please use the Search function!</span></td></tr>"; }
else {
if($formSubmitSave)
{
if(empty($formNewMethod) and empty($formNewCompany))
{ unset($formNewMethod);
unset($formNewCompany); }
if($formNewCompany=="" and $formNewMethod!="")
{ echo "Please complete 'Company'"; }
if($formNewCompany!="" and $formNewMethod=="")
{ echo "Please complete 'Method'"; }
if($formNewCompany!="" and $formNewMethod!="")
{
$result= mysql_query("SELECT ID_Purification, Method FROM purification " .