I would like to know how I can call a program to run on the server from a web page. We are trying to create a notification program that can send emails and text messages to someone when a high priority call is created.
Once the high priority ticktet is created online, we want to send alerts every 5 minutes until someone accepts the call. We do not want the notification to be dependant on someone running a PHP script on the website because it will stop running if the browser is closed.
How can we have a PHP script on the website call a program on the server that can be run after the browser is closed? Does anyone know of any software that might already do what I described above?
Thanks,
Travis