----
----
extension=pdo_sqlite
;extension=php_pdo_sqlite.dll
----
----
----
<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 src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<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></span>
</head>
<script type="text/javascript">
$(document).ready( function () {
var table = $('#mytable').DataTable({
// レコードメニュー
"lengthMenu":[[5, 10, 25, 50, -1], [5, 10, 25, 50, "All"]],
// ページの保存
"stateSave":true
});
});
</script>
<table id="mytable" 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
|
sampledatatable
|
index.html
personDB.php
select.php
insert.html
insert2.php
update.php
update2.php
delete.php