query("KILL " . intval($val))) { $killed++; } } if ($killed || !$_POST["kill"]) { redirect($SELF . "processlist=", lang('%d process(es) has been killed.', $killed)); } $error = $mysql->error; } page_header(lang('Process list')); if ($_POST) { echo "

" . lang('Unable to kill process') . ": " . htmlspecialchars($error) . "

\n"; } ?>
query("SHOW PROCESSLIST"); for ($i=0; $row = $result->fetch_assoc(); $i++) { if (!$i) { echo "\n"; //! translation } echo "\n"; } $result->free(); ?>
 " . implode("", array_keys($row)) . "
" . implode("", $row) . "