Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/xampp/phpMyAdmin/templates/table/insert/ |
<form id="continueForm" method="post" action="tbl_replace.php" name="continueForm"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="goto" value="{{ goto }}"> <input type="hidden" name="err_url" value="{{ err_url }}"> <input type="hidden" name="sql_query" value="{{ sql_query }}"> {% if has_where_clause %} {% for key_id, where_clause in where_clause_array %} <input type="hidden" name="where_clause[{{ key_id }}]" value=" {{- where_clause|trim }}"> {% endfor %} {% endif %} {% set insert_rows %} <input type="number" name="insert_rows" id="insert_rows" value=" {{- insert_rows_default }}" min="1"> {% endset %} {{ 'Continue insertion with %s rows'|trans|format(insert_rows)|raw }} </form>