回答編集履歴
1
コードを微修正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<?php
|
12
12
|
|
13
|
-
$posted_id = $_POST['id];
|
13
|
+
$posted_id = $_POST['id'];
|
14
14
|
|
15
15
|
?>
|
16
16
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
<input type="hidden" name="id" value="<?php echo $posted_id;?>">
|
24
24
|
|
25
|
-
<input type="submit" value="
|
25
|
+
<input type="submit" value="次のページへ">
|
26
26
|
|
27
27
|
</form>
|
28
28
|
|