質問編集履歴
1
codeを導入した
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
やっぱりtdの中に<form action='' method='post'>を入れてheddenで値を隠し、送る方法しかないのでしょうか。(自分が思いつく方法)
|
8
8
|
|
9
9
|
|
10
|
+
|
11
|
+
```php
|
10
12
|
|
11
13
|
<?php foreach($tbl as $key => $value){ ?>
|
12
14
|
|
@@ -25,3 +27,5 @@
|
|
25
27
|
<?php } ?>
|
26
28
|
|
27
29
|
</table>
|
30
|
+
|
31
|
+
```
|