Hi Folks & Geeks I have created a free international SMS API for all countries.I think this is the one and only free international SMS API avilabe now. Here is the example usage of the script. <?php include_once "alfa.isms.class.php";$smsapp=new AlfaISMS();$smsapp->setGateway('solinked'); //$smsapp->setProxy('myproxy:myport'); //$smsapp->checkConnectivity(); //$result=$sms->send('Country code','Reseptioant number','Your Message'); $result=$smsapp->send('0091','**********','Testing AlfaSMS API.'); //Sending SMS if($result) { echo "SMS sent sucessfully !"; } else { echo "Error encountered !"; } ?> Download the full script and tutorials from here