New URL and hidden input generating stuff.
This commit is contained in:
@@ -17,11 +17,7 @@ require('./tbl_properties_table_info.php3');
|
||||
</p>
|
||||
|
||||
<form method="post" action="tbl_dump.php3" name="tbl_dump">
|
||||
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
||||
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
|
||||
<input type="hidden" name="convcharset" value="<?php echo $convcharset; ?>" />
|
||||
<input type="hidden" name="db" value="<?php echo htmlspecialchars($db); ?>" />
|
||||
<input type="hidden" name="table" value="<?php echo htmlspecialchars($table); ?>" />
|
||||
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||
<table cellpadding="5" border="2" align="center">
|
||||
<tr>
|
||||
|
||||
|
Reference in New Issue
Block a user