I want to send SMS messages from a PHP script using a 3G modem connected to the PC. I thought this would be easy but I haven't found a way to make it work yet.
Currently I have a maintenance script that sends email alerts when there is a problem, but I would also like it to send SMS alerts. I know I can use HyperTerminal to send AT commands to the 3G modem, but I don't know how to do this autonomously from PHP.
Currently I have a maintenance script that sends email alerts when there is a problem, but I would also like it to send SMS alerts. I know I can use HyperTerminal to send AT commands to the 3G modem, but I don't know how to do this autonomously from PHP.