当前位置: 首页 > 工具软件 > php-timer > 使用案例 >

php计算五一节倒计时,在php中倒计时器 (count down timer in php)

马华茂
2023-12-01

2012-01-04 15:53:35

0

I would like to ask some idea or solutions on how to make a count down timer in PHP. My page automatically refresh every minute using meta refresh so client side count down timer not needed. so server side PHP is what I am looking.

so here's the scenario.

Last answer was 2012-01-02 10:00:00, the next answer should be 2012-01-02 10:45:00.

It means that it needs to add 45 mins from the last answer. from the current time let say for example 2012-01-02 10:05:00, so the count down timer will show 40 mins left for the next answer. if the timer becomes 0, it will show you lose. then user will answer it then another count down from the last answer added with 45 mins.

 类似资料: