Countdown timer-php+mysql+js

前端 未结 4 1443
忘掉有多难
忘掉有多难 2021-01-27 17:22

I am working on online examination. In which the examination duration will fetch by mysql(in minutes). I want to show the countdown time on the top of the page.

current

4条回答
  •  我在风中等你
    2021-01-27 17:50

    Store the question start time in session, when ever page refreshes get the session start time difference from server and display them in web page. The increment part you can do from the client side javascript code without using AJAX.

提交回复
热议问题