duanlou2917 2014-02-18 11:37
浏览 52

如何使用php将网页中的倒计时器值动态存储到数据库中?

I am creating a online examination portal where the students get a total of 3 hrs to answer the question , i want to save the value of the countdown timer in the database so that if there is a power failure then the timer can again start from the last saved value

  • 写回答

1条回答 默认 最新

  • dscjp19831212 2014-02-18 12:22
    关注

    You should track the date when the timer starts (which can be a mysql datetime column) and now you can calculate the time which is past.

    Here an example for calculate the time:

    <?php
    // load the date from the database
    $timeDate = strottime($data['created_at']);
    $now = time();
    $diff = $now - $timeDate;
    
    // $diff is now an \DateInterval
    if ($diff > 10800) { // If the difference more than 3 hours
       // show some errors or do whatever you want :)
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)