質問編集履歴
4
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -62,7 +62,11 @@
|
|
62
62
|
|
63
63
|
$('#kanrimonth').change(function(){
|
64
64
|
|
65
|
-
$.get('kanri.php?year_month=' +$(this).$val(),function(data)
|
65
|
+
$.get('kanri.php?year_month=' +$(this).$val(),function(data){
|
66
|
+
|
67
|
+
//ここに何を記述すれば良いでしょうか?
|
68
|
+
|
69
|
+
});
|
66
70
|
|
67
71
|
});
|
68
72
|
|
3
文章修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
Undefined index:year_monthと表示され、$_GET['year_month']が出力できない。
|
36
36
|
|
37
|
-
セレクトボックスの左に
|
37
|
+
セレクトボックスの左に2021年1月と表示される。
|
38
38
|
|
39
39
|
|
40
40
|
|
2
起きている問題修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
Undefined index:year_monthと表示され、$_GET['year_month']が出力できない。
|
36
36
|
|
37
|
-
セレクトボックスの左に1と表示される。
|
37
|
+
セレクトボックスの左に12021年1月と表示される。
|
38
38
|
|
39
39
|
|
40
40
|
|
1
問題点の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,11 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
+
**起きている問題**
|
33
34
|
|
35
|
+
Undefined index:year_monthと表示され、$_GET['year_month']が出力できない。
|
36
|
+
|
37
|
+
セレクトボックスの左に1と表示される。
|
34
38
|
|
35
39
|
|
36
40
|
|