Alexander,
in
<a href="./server_databases.php3?' . $url_query . '&dbstats=' . (empty($dbstats) ? '0' : '1') . '&checkprivs=' . urlencode($current['db_name']) . '" title="' . sprintf($strDropDB, htmlspecialchars($current['db_name'])) . '">'. "\n" . ' ' . $strCheckPrivs . "\n" . ' </a>' . "\n"
why is $strDropDB put in the title?
Marc