Go to the source code of this file.
Variables | |
| $js_to_run = 'functions.js' | |
| $err_url = 'main.php?' . PMA_generate_common_url() | |
| $sql_query = 'CREATE DATABASE ' . PMA_backquote($db) | |
| $result = PMA_DBI_query($sql_query) | |
| $message = $strDatabase . ' ' . htmlspecialchars($db) . ' ' . $strHasBeenCreated | |
|
|
Defines the url to return to in case of error in a sql statement Definition at line 21 of file db_create.php. Referenced by PMA_setDisplayMode(), and PMA_table_move_copy(). |
|
|
Gets some core libraries Definition at line 10 of file db_create.php. |
|
|
Displays the result and calls default page Definition at line 42 of file db_create.php. Referenced by mod_web_dmail::cmd_quickmail(), t3lib_dmailer::dmailer_setBeginEnd(), PMA_StorageEngine::getSupportInformationMessage(), t3lib_div::plainMailEncoded(), and mod_user_task::sendEmail(). |
|
|
|
Builds and executes the db creation sql query Definition at line 34 of file db_create.php. Referenced by PMA_displayPrivTable(), PMA_displayTable(), PMA_displayTableBody(), PMA_generateEngineDetails(), PMA_mysqlDie(), PMA_table_move_copy(), and tx_sysaction::renderActions(). |
1.4.3-20050530