Skip to main content

Posts

Featured

Send SMS in PHP using Way2sms API client

Way2SMS is a popular free sms service in India that offers users to send SMS to mobile numbers using internet.The service is reliable and delivers the SMS in few seconds but there is no public API available for Way2sms. But Unofficially there is an API which communicates with Way2sms and most important thing is this API still works unlike many others. //send SMS to patient        echo "Your messege has been sent will be deliever soon.";         $curl = curl_init();         $timeout = 30;         $result = array();         $ReciverMobile = '1234567890'; // Reciver Mobile Number         $uid = urlencode('1234567890'); //Way2sms Userid         $pwd = urlencode('1234567890'); //Way2sms login Password         $msg = 'YOUR MESSAGE ';         $autobalancer = 23;         // Setup for login         curl_setopt($curl, CURLOPT_URL, "http://site" . $autobalancer . ".way2sms.com/Login1.action");         curl_setopt(

Latest Posts

Get All data in Codeigniter using session

Country->state->city using 'Jquery Ajax' in codeigniter

PHP Code for Sending free SMS through your way2sms account…

Uploads Multiple image using PHP

Simple Html Slider With BootStrap

How to Remove Index.php in CODEIGNITER FRAMEWORK