delete_contact($id,$table,$col); print $res? "Deleted contact ".$id."
\n" : "Delete contact failed
\n"; } else { print "No contact selected"; } $tabel = "ZENTRACK_COMPANY"; $title = "title"; $overview = "company"; include("$templateDir/contactView.php"); include("$libDir/footer.php"); ?>