質問編集履歴

1

;のつけ忘れ

2020/09/19 01:12

投稿

satoshi501
satoshi501

スコア60

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```PHP
24
24
 
25
- $URL = "location.href=test.php?login_name=$login_name&loginNo=$loginNo"
25
+ $URL = "location.href=test.php?login_name=$login_name&loginNo=$loginNo";
26
26
 
27
27
  echo "<input type='button' value='テスト' class='itemButton' onclick='.$URL.'>";
28
28