Added a limitation feature for data dumps thanks to Girish Nair and Vinay
This commit is contained in:
@@ -562,6 +562,14 @@ echo "\n";
|
||||
<input type="hidden" name="table" value="<?php echo $table; ?>" />
|
||||
<?php echo $strViewDumpDB; ?><br />
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<?php echo $strOffSet; ?>
|
||||
<input type="text" name="limit_from" value="0" size="5" style="vertical-align: middle" />
|
||||
<?php echo $strNbRecords; ?>
|
||||
<input type="text" name="limit_to" size="5" value="<?php echo count_records($db, $table, true); ?>" style="vertical-align: middle" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" name="what" value="structure" checked="checked" />
|
||||
|
Reference in New Issue
Block a user