Join us on Facebook

Please wait..10 Seconds Cancel

Hungry Web Developer


  • Hungry Web Developer Provides Tips and Tricks For Web Developing, Facebook, Blogger

2.08.2014

// // 3 comments

Send SMS via GSM Modem Using PHP

    <?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) //Tested with the EZ863 (Telit GE863) GSM modem //Requires that PHP has permission to access "COM" system device,  and system "mode" command error_reporting(E_ALL); //Example $gsm_send_sms = new gsm_send_sms(); $gsm_send_sms->debug = false; $gsm_send_sms->port...
Read More