array( "Back to HELO checks" => "checkhelo-main.php", ), )); # Display delete confirm screen if ($_POST['frmaction'] == "delete") { # Check a helo/helo check was selected if (isset($_POST['checkhelo_id'])) { ?>
Are you very sure?
No HELO/EHLO check selected
exec("DELETE FROM ${DB_TABLE_PREFIX}checkhelo WHERE ID = ".$db->quote($_POST['checkhelo_id'])); if ($res) { ?>
HELO/EHLO check deleted
Error deleting HELO/EHLO check!
errorInfo()) ?>
HELO/EHLO check not deleted, aborted by user
Invocation error, no HELO/EHLO ID
Invalid invocation