質問編集履歴
5
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,39 +66,7 @@
|
|
66
66
|
|
67
67
|
<script src="js/main.js"></script>
|
68
68
|
|
69
|
-
|
69
|
+
|
70
|
-
|
71
|
-
// $(function() {
|
72
|
-
|
73
|
-
// $('#php').click(function(){
|
74
|
-
|
75
|
-
// $.ajax({
|
76
|
-
|
77
|
-
// url:"more.php",
|
78
|
-
|
79
|
-
// type:"get",
|
80
|
-
|
81
|
-
// dataType:"text",
|
82
|
-
|
83
|
-
// data:{timer:$("#timer").val()}
|
84
|
-
|
85
|
-
// }).done(function() {
|
86
|
-
|
87
|
-
// alert('ok');
|
88
|
-
|
89
|
-
// }).fail(function() {
|
90
|
-
|
91
|
-
// alert("not");
|
92
|
-
|
93
|
-
// });
|
94
|
-
|
95
|
-
// });
|
96
|
-
|
97
|
-
// });
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
</script>
|
102
70
|
|
103
71
|
|
104
72
|
|
@@ -312,37 +280,13 @@
|
|
312
280
|
|
313
281
|
const data = {
|
314
282
|
|
315
|
-
timeattack:timeTxt,
|
283
|
+
'timeattack':timeTxt,
|
316
284
|
|
317
285
|
}
|
318
286
|
|
319
|
-
console.log(
|
287
|
+
console.log()
|
320
|
-
|
321
|
-
|
288
|
+
|
322
|
-
|
323
|
-
url:"./more.php",
|
324
|
-
|
325
|
-
type:"post",
|
326
|
-
|
327
|
-
dataType:"text",
|
328
|
-
|
329
|
-
data:data,
|
330
|
-
|
331
|
-
processData: false,
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
}).done(function(data) {
|
336
|
-
|
337
|
-
alert(data);
|
338
|
-
|
339
|
-
|
289
|
+
$("#read_text").load('more.php?timeattack=$(timeTxt)');
|
340
|
-
|
341
|
-
}).fail(function() {
|
342
|
-
|
343
|
-
alert("not");
|
344
|
-
|
345
|
-
});
|
346
290
|
|
347
291
|
});
|
348
292
|
|
@@ -442,11 +386,9 @@
|
|
442
386
|
|
443
387
|
|
444
388
|
|
445
|
-
if(isset($_
|
389
|
+
if(isset($_GET['timeattack'] )){
|
446
|
-
|
390
|
+
|
447
|
-
$timer =$_
|
391
|
+
$timer =$_GET['timeattack'];
|
448
|
-
|
449
|
-
// echo filter_input(INPUT_POST, 'timeattack');
|
450
392
|
|
451
393
|
echo $timer;
|
452
394
|
|
4
説明改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -304,34 +304,40 @@
|
|
304
304
|
|
305
305
|
// ajax 処理
|
306
306
|
|
307
|
-
$(function() {
|
307
|
+
$(function() {
|
308
308
|
|
309
309
|
$('#php').click(function(){
|
310
310
|
|
311
|
-
|
311
|
+
const timeTxt = timer.textContent.replace(":", "").replace(".", "");
|
312
|
+
|
313
|
+
const data = {
|
314
|
+
|
315
|
+
timeattack:timeTxt,
|
316
|
+
|
317
|
+
}
|
318
|
+
|
319
|
+
console.log(data);
|
312
320
|
|
313
321
|
$.ajax({
|
314
322
|
|
315
323
|
url:"./more.php",
|
316
324
|
|
317
|
-
type:"
|
325
|
+
type:"post",
|
318
|
-
|
326
|
+
|
319
|
-
dataType:"
|
327
|
+
dataType:"text",
|
320
|
-
|
328
|
+
|
321
|
-
data:
|
329
|
+
data:data,
|
322
330
|
|
323
331
|
processData: false,
|
324
332
|
|
325
333
|
|
326
334
|
|
327
|
-
}).done(function() {
|
335
|
+
}).done(function(data) {
|
328
|
-
|
336
|
+
|
329
|
-
|
337
|
+
alert(data);
|
330
338
|
|
331
339
|
$("#read_text").load('more.php');
|
332
340
|
|
333
|
-
|
334
|
-
|
335
341
|
}).fail(function() {
|
336
342
|
|
337
343
|
alert("not");
|
@@ -348,6 +354,8 @@
|
|
348
354
|
|
349
355
|
|
350
356
|
|
357
|
+
|
358
|
+
|
351
359
|
setButtun();
|
352
360
|
|
353
361
|
|
@@ -430,35 +438,17 @@
|
|
430
438
|
|
431
439
|
|
432
440
|
|
433
|
-
// if(!empty($_GET["mode"] === "write")) {
|
434
|
-
|
435
|
-
// $num = 1;
|
436
|
-
|
437
|
-
// if(is_file("data.txt")) {
|
438
|
-
|
439
|
-
// $data = explode(PHP_EOL ,file_get_contents("data.txt"));
|
440
|
-
|
441
|
-
// $num = count($data);
|
442
|
-
|
443
|
-
// }
|
444
|
-
|
445
|
-
// file_put_contents("data.txt" , $num.",".$_REQUEST["message"].PHP_EOL , FILE_APPEND);
|
446
|
-
|
447
|
-
// echo $num.",".$_REQUEST["message"];
|
448
|
-
|
449
|
-
// }
|
450
|
-
|
451
441
|
header('Content-type: text/plain; charset= UTF-8');
|
452
442
|
|
453
443
|
|
454
444
|
|
455
|
-
|
456
|
-
|
457
|
-
if(
|
445
|
+
if(isset($_POST['timeattack'] )){
|
458
|
-
|
446
|
+
|
459
|
-
$
|
447
|
+
$timer =$_POST['timeattack'];
|
448
|
+
|
460
|
-
|
449
|
+
// echo filter_input(INPUT_POST, 'timeattack');
|
450
|
+
|
461
|
-
echo $
|
451
|
+
echo $timer;
|
462
452
|
|
463
453
|
}else {
|
464
454
|
|
@@ -466,6 +456,8 @@
|
|
466
456
|
|
467
457
|
}
|
468
458
|
|
459
|
+
|
460
|
+
|
469
461
|
|
470
462
|
|
471
463
|
```
|
3
説明
test
CHANGED
File without changes
|
test
CHANGED
@@ -479,3 +479,15 @@
|
|
479
479
|
現状ストップウォッチの時間や計算後の時間を表示したいが値が取れず困っています。
|
480
480
|
|
481
481
|
何か解決手段のアドバイスをお願いします。
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
背景としては今の時間管理ツールは一つのタスクしか時間を表示できないため、他のタスクが来たときに新しく時間管理ができるようにする
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
例:Aタスク発生→途中の時間の表示を一旦DBやtextに格納→新たにBタスクを開始→Bタスクを終了→途中のAタスクを開始
|
492
|
+
|
493
|
+
という流れをしたいです
|
2
題名修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
phpで
|
1
|
+
phpでJavaScriptの値を表示させる
|
test
CHANGED
File without changes
|
1
コードの表示
test
CHANGED
File without changes
|
test
CHANGED
@@ -114,6 +114,10 @@
|
|
114
114
|
|
115
115
|
```
|
116
116
|
|
117
|
+
```
|
118
|
+
|
119
|
+
|
120
|
+
|
117
121
|
main.js
|
118
122
|
|
119
123
|
'use strict';
|
@@ -406,12 +410,18 @@
|
|
406
410
|
|
407
411
|
}
|
408
412
|
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
413
|
```
|
414
414
|
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
```
|
422
|
+
|
423
|
+
|
424
|
+
|
415
425
|
more.php
|
416
426
|
|
417
427
|
<?php
|