Go to the source code of this file.
Variables | |
| & | primary_key [] |
| & | amp |
| tbl_replace_fields | php |
| $query = array('INSERT INTO ' . PMA_backquote($table) . ' (' . $fieldlist . ') VALUES ') | |
| $message = $strInsertedRows . ' ' | |
| $sql_query = implode(';', $query) . ';' | |
| $total_affected_rows = 0 | |
| $last_message = '' | |
| $js_to_run = 'functions.js' | |
| $active_page = $goto | |
|
|
Definition at line 260 of file tbl_replace.php. |
|
|
Definition at line 259 of file tbl_replace.php. |
|
|
Definition at line 223 of file tbl_replace.php. |
|
|
Definition at line 194 of file tbl_replace.php. |
|
|
Definition at line 188 of file tbl_replace.php. |
|
|
Executes the sql query and get the result, then move back to the calling page Definition at line 221 of file tbl_replace.php. |
|
|
Definition at line 222 of file tbl_replace.php. |
|
|
Definition at line 97 of file tbl_replace.php. |
|
|
|
Initial value: ' . urlencode(PMA_getUvaCondition($res, count($row), $meta, $row));
}
}
} else if ($goto == 'sql.php') {
$goto = 'sql.php?'
. PMA_generate_common_url($db, $table, '&')
. '&pos=' . $pos
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . $dontlimitchars
. '&sql_query=' . urlencode($sql_query);
} else if (!empty($goto)) {
// Security checkings
$is_gotofile = preg_replace('@^([^?]+).*$@', '\\1', $goto);
if (!@file_exists('./' . $is_gotofile)) {
$goto = (empty($table)) ? 'db_details.php' : 'tbl_properties.php';
$is_gotofile = TRUE;
} else {
$is_gotofile = ($is_gotofile == $goto);
}
}
// Defines the url to return in case of failure of the query
if (isset($err_url)) {
$err_url = urldecode($err_url);
} else {
$err_url = str_replace('&', '&
Definition at line 97 of file tbl_replace.php. Referenced by tslib_search::build_search_query(), PMA_DBI_field_flags(), PMA_DBI_get_fields_meta(), PMA_displayTableBody(), and tslib_search::register_tables_and_columns(). |
1.4.3-20050530