質問編集履歴
1
書き方の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
。
|
2
|
-
|
3
|
-
|
1
|
+
```ここに言語を入力
|
4
2
|
|
5
3
|
<!DOCTYPE html>
|
6
4
|
|
@@ -230,13 +228,9 @@
|
|
230
228
|
|
231
229
|
$target = $row["fname"];
|
232
230
|
|
233
|
-
$text =$row["chat_mes"];
|
231
|
+
$text =$row["chat_mes"];
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
232
|
+
|
238
|
-
|
239
|
-
|
233
|
+
if($row["extension"] == "mp4"){
|
240
234
|
|
241
235
|
echo ("<video src=\"check_chat.php?target=$target\" width=\"160\" height=\"240\" controls></video>");
|
242
236
|
|
@@ -282,6 +276,14 @@
|
|
282
276
|
|
283
277
|
</html>
|
284
278
|
|
279
|
+
```
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
285
287
|
### 前提・実現したいこと
|
286
288
|
|
287
289
|
|