質問編集履歴
2
余計な箇所を削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,15 +16,7 @@
|
|
16
16
|
|
17
17
|
<?php
|
18
18
|
|
19
|
-
$res = "";
|
20
19
|
|
21
|
-
$USER= 'root';
|
22
|
-
|
23
|
-
$PW= '';
|
24
|
-
|
25
|
-
$dnsinfo= "mysql:dbname=fim;host=localhost;charset=utf8";
|
26
|
-
|
27
|
-
$pdo = new PDO($dnsinfo,$USER,$PW);
|
28
20
|
|
29
21
|
|
30
22
|
|
@@ -70,21 +62,7 @@
|
|
70
62
|
|
71
63
|
$res .= "<tr><td>" .$row['date'] ."</td><td>" .$row['id'] ."</td><td>" .$row['name']
|
72
64
|
|
73
|
-
."</td><td>" .$row['walk'] ."</td><t
|
65
|
+
."</td><td>" .$row['walk'] ."</td></tr>";
|
74
|
-
|
75
|
-
."</td><td>" .$row['transtoilet'] ."</td><td>" .$row['tubshower'] ."</td><td>" .$row['eat']
|
76
|
-
|
77
|
-
."</td><td>" .$row['groom'] ."</td><td>" .$row['bath'] ."</td><td>" .$row['dressupper']
|
78
|
-
|
79
|
-
."</td><td>" .$row['dresslower'] ."</td><td>" .$row['toilet'] ."</td><td>" .$row['bladder']
|
80
|
-
|
81
|
-
."</td><td>" .$row['bowel'] ."</td><td>" .$row['comprehension'] ."</td><td>" .$row['expression']
|
82
|
-
|
83
|
-
."</td><td>" .$row['social'] ."</td><td>" .$row['problem'] ."</td><td>" .$row['memory']
|
84
|
-
|
85
|
-
."</td><td>" .$row['motor'] ."</td><td>" .$row['cognitive'] ."</td><td>" .$row['total']
|
86
|
-
|
87
|
-
."</td></tr>";
|
88
66
|
|
89
67
|
}
|
90
68
|
|
@@ -106,57 +84,11 @@
|
|
106
84
|
|
107
85
|
<head>
|
108
86
|
|
109
|
-
|
87
|
+
|
110
|
-
|
111
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
112
|
-
|
113
|
-
<link rel="stylesheet" href="show.css">
|
114
|
-
|
115
|
-
<title>検索</title>
|
116
|
-
|
117
|
-
<style type="text/css">
|
118
|
-
|
119
|
-
.button {
|
120
|
-
|
121
|
-
margin-top: 25px;
|
122
|
-
|
123
|
-
margin-bottom: 40px;
|
124
|
-
|
125
|
-
}
|
126
|
-
|
127
|
-
</style>
|
128
|
-
|
129
|
-
<!-- <link rel="stylesheet" href="css/style.css"> -->
|
130
|
-
|
131
|
-
</head>
|
132
88
|
|
133
89
|
<body>
|
134
90
|
|
135
|
-
|
91
|
+
|
136
|
-
|
137
|
-
<a href="Show.php">
|
138
|
-
|
139
|
-
<button type="button" style="height:30px;font-size:14px">一覧表示</button></a>
|
140
|
-
|
141
|
-
<a href="UserRegist.php">
|
142
|
-
|
143
|
-
<button type="button" style="height:30px;font-size:14px">登録画面</button></a>
|
144
|
-
|
145
|
-
<a href="select.php">
|
146
|
-
|
147
|
-
<button type="button" style="height:30px;font-size:14px">検索画面</button></a>
|
148
|
-
|
149
|
-
<a href="list.html">
|
150
|
-
|
151
|
-
<button type="button" style="height:30px;font-size:14px">年齢平均</button></a>
|
152
|
-
|
153
|
-
<a href="keisan4.php">
|
154
|
-
|
155
|
-
<button type="button" style="height:30px;font-size:14px">ここも見てね</button></a>
|
156
|
-
|
157
|
-
</div>
|
158
|
-
|
159
|
-
|
160
92
|
|
161
93
|
|
162
94
|
|
@@ -178,21 +110,7 @@
|
|
178
110
|
|
179
111
|
<tr>
|
180
112
|
|
181
|
-
<th>日付</th><th>ID</th><th>氏名</th><th>歩行・車いす</th>
|
182
|
-
|
183
|
-
<th>階段</th><th>ベッド・椅子・車いす</th><th>トイレ</th>
|
184
|
-
|
185
|
-
<th>浴槽・シャワー</th><th>食事</th><th>整容</th>
|
186
|
-
|
187
|
-
<th>清拭</th><th>更衣(上衣)</th><th>更衣(下衣)</th>
|
188
|
-
|
189
|
-
<th>
|
113
|
+
<th></th>
|
190
|
-
|
191
|
-
<th>排便管理</th><th>理解</th><th>表出</th>
|
192
|
-
|
193
|
-
<th>社会的交流</th><th>問題解決</th><th>記憶</th>
|
194
|
-
|
195
|
-
<th>運動項目合計</th><th>認知項目合計</th><th>合計</th>
|
196
114
|
|
197
115
|
</tr>
|
198
116
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
名前で絞り込みをした結果、同じ名前が複数あるにも関わらず、一行しか表示されません。
|
2
2
|
|
3
|
+
|
4
|
+
|
5
|
+
検索ワードは、名前リストから選択するようになっていますが、名前を直接入力するようにしても構いません。
|
6
|
+
|
7
|
+
|
8
|
+
|
3
9
|
どうか、ご教授願います。
|
4
10
|
|
5
11
|
|