+ 3
Alarm with php
Please in want to create an alarm program with php including a small clock, that will give hour and minutes in real time but i don't no how to control time's intervals with php please help me I want to do it with php because i can save the rappel(set alarm) to a database like i could read it after the user reset a page Thank-you!
2 ответов
+ 2
Or use pcntl_alarm perhaps?
http://www.hackingwithphp.com/16/1/2/timing-your-signals
+ 1
Good thank you