max table and field sizes are 64 characters
This commit is contained in:
@@ -68,7 +68,7 @@ for ($i = 0 ; $i < $num_fields; $i++) {
|
||||
}
|
||||
echo "\n";
|
||||
?>
|
||||
<input type="text" name="field_name[]" size="10" value="<?php if (isset($row) && isset($row['Field'])) echo str_replace('"', '"', $row['Field']); ?>" />
|
||||
<input type="text" name="field_name[]" size="10" maxlength="64" value="<?php if (isset($row) && isset($row['Field'])) echo str_replace('"', '"', $row['Field']); ?>" />
|
||||
</td>
|
||||
<td bgcolor="<?php echo $bgcolor; ?>">
|
||||
<select name="field_type[]">
|
||||
|
Reference in New Issue
Block a user