Sending SMS in PHP using GSM modem
问题 Am new to PHP. Am working in a recent project which needs to notify clients via sms. I know there are sms services we can use but my boss wants to try using a GSM modem. Is it possible to send SMS using a GSM modem ? Any tutorials will be really helpful. Thanks 回答1: you can use following code, it works on my gsm modem. its zyxel <?php //SMS via GSM Modem - A PHP class to send SMS messages via a GSM modem attached to the computers serial port. //Windows only (tested on XP with PHP 5.2.6) /