質問編集履歴
2
タグ修正
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
誤字脱字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
setcookie('visit_count', $count);
|
68
68
|
|
69
|
-
setcookie('visit_history', $now_date);
|
69
|
+
setcookie('visit_history', $now_date);
|
70
70
|
|
71
71
|
print("合計" . $count . "回目のアクセスです<br>");
|
72
72
|
|