Jump to content

PHP Alarm


gagards200

Recommended Posts

Why would you want to use php for this? Firstly, you would need to create a deamon of some sort that once started will keep running (in a loop), you would then have it check the time on each iteration of that loop and see if it matches the time stored within your database.

 

As for the alarm sound... theres probably a few ways of doing it, but seriously, the right tools for the job, is something you should take to heart.

Link to comment
https://forums.phpfreaks.com/topic/215780-php-alarm/#findComment-1121766
Share on other sites

I once wrote something very similar (and super, super simple) script which used PHP in conjunction with Growl (an on-screen notification system for Mac) and the afplay utility program to play some sounds (mp3 files).

 

Make use of tools already available to you and use PHP as a glue between them.

Link to comment
https://forums.phpfreaks.com/topic/215780-php-alarm/#findComment-1121923
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.