Posts by Van Persie • 133 points
4 posts
-
0
votes1
answer53
viewsQ: Why isn’t the time difference returning?
I asked the same question, but I want to know where the error is, because it does not return the time difference. Obs: I want you to show the time difference. example: 7:50:10 - 7:50:00 = 00:00:10,…
phpasked Van Persie 133 -
10
votes5
answers10575
viewsQ: Subtraction of hours in php
When I subtract the times the result is "0" I want it to be in the time format, example: 19:38:20 - 19:37:00 = 00:01:20. Note: The values "time" of the database I am assigning to "$time1" and…
phpasked Van Persie 133 -
0
votes0
answers296
viewsQ: How to mark time in the database of a javascript timer
I have javascript code that calculates the time (seconds, minutes, hours) I have an input of type Submit to each click wanted to register in the database the time, and that automatically came back…
-
0
votes1
answer2872
viewsQ: how to create a php stopwatch with start and finish button?
preferably in php, but it can also be in javascript and please pass the values of time to a variable in php, because it will have an input to register the time taking to another page in php to…