| 名前 | データ型 | 照合順序 | 属性 | NULL | デフォルト値 | その他 |
|---|---|---|---|---|---|---|
| id | int(11) | いいえ | なし | AUTO_INCREMENT | ||
| imgName | varchar(256) | utf8_general_ci | いいえ | なし | ||
| imgType | varchar(64) | utf8_general_ci | いいえ | なし | ||
| imgContent | mediumblob | いいえ | なし | |||
| imgComment | varchar(256) | utf8_general_ci | はい | NULL | ||
| created_at | datetime | いいえ | ||||
| updated_at | datetime | いいえ |
<head> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4-4.1.1/jq-3.3.1/dt-1.10.18/sl-1.2.6/datatables.min.css"/> <script type="text/javascript" src="https://cdn.datatables.net/v/bs4-4.1.1/jq-3.3.1/dt-1.10.18/sl-1.2.6/datatables.min.js"></script> </head>
<script type="text/javascript">
window.onload = function() {
var table = $('#example').DataTable({
// メニュー
"lengthMenu":[[5, 10, 25, 50, -1], [5, 10, 25, 50, "All"]],
// ページを保存
"stateSave":true
});
}
</script>
<table id="example" class="table table-striped table-bordered nowrap" width="100%">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1 Data 1</td>
<td>Row 1 Data 2</td>
</tr>
<tr>
<td>Row 2 Data 1</td>
<td>Row 2 Data 2</td>
</tr>
</tbody>
</table>
![]()
xampp
![]()
htdocs
![]()
image-MariaDB-SampleApp
![]()
js insert.js inrotate.js update.js uprotate.js index.php imageDB.php dbmaking.php createDB.php createTable.php insert.php inimagerotate.php rotateimageshow.php insert2.php show_All.php show.php delete.php update.php upimagerotate.php uprotateimageshow.php update2.php