Selected tables have been emptied

'; } elseif ($_POST['submit'] == "Empty Tables") { print '

Please confirm that you want to empty (truncate) the tables:

'; } else { err("Unknown submit option"); } } else { print '

NOTE: Once emptied, the data in the tables cannot be recovered. Make a backup, and use caution when deciding which tables to empty.

Select tables to empty:

'; foreach ($tableAR as $table) { print '
'; } print '

'; } printFooter(); ?>