Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 321 Bytes

How to use Build Status

================ require_once('/path/to/classSms.php'); $ob = new Sms('way2sms_username','way2sms_password'); $message=$ob->sendSMSToMany('mobile_no','message_to_send');