include("a0.php");
print_h(0);
echo "Sorry, deleting exercises is currently not allowed
";
# if ($REQUEST_METHOD == 'POST') {
# $db = ex_connect();
# $stmt = odbc_prepare($db, "DELETE FROM ex WHERE name = ?");
# if (odbc_execute($stmt, array($name)))
# echo "Exercise $name was killed successfully.\n";
# else
# echo "Could not delete exercise $name.\n";
# print_f();
# exit;
# }
#