'; $html .= ' ' . PMA_Util::showMySQLDocu('CREATE_DATABASE'); $html .= '
'; $html .= PMA_URL_getHiddenInputs('', '', 5); $html .= ''; $html .= ''; include_once './libraries/mysql_charsets.inc.php'; $html .= PMA_generateCharsetDropdownBox( PMA_CSDROPDOWN_COLLATION, 'db_collation', null, null, true ); if (! empty($dbstats)) { $html .= ''; } $html .= ''; $html .= ''; } else { $html .= ''; $html .= '' . __('Create database:') . ' ' . PMA_Util::showMySQLDocu('CREATE_DATABASE') . '
'; $html .= '' . PMA_Util::getImage( 's_error2.png', '', array('hspace' => 2, 'border' => 0, 'align' => 'middle') ) . '' . __('No Privileges') . ''; } // end create db form or message ?>