Now you can send SMS from your own website. Try our easy to integrate and very light API. To integrate this API in your website, follow these steps: 1- Download API 2- From where you want to send a SMS include API File require_once('include/smsroamingAPI.php'); 3- Now Call this function $chk=sendSMS("username","password","code","mobile","Your Message"); Function will return following values which you can use to check status of your message you just sent. $chk = 1 : Message Sent $chk=-1: Invalid Username/Password $chk = -2: Insufficient Balance $chk = 0: Message Sending Failed 4- That’s it :). You can also check your balance using: echo chkBAL("username","password"); If you are a Corporate User you can send your message with Open Sender ID: For Example: sendSMS("username","password","code","mobile","Your Message",”Sender ID”); Features: 1. Local and International sms 2. All sort of deductions from counter and balance.. 3. In return all sort of status like sent, server down, low bal, invalid username pass 6. Fully secured from any sort ov hacking InshAllah 7. Most important thing is Size ov api which is 1.24 KB instead ov 300kb so it will be fast to load |