CodeIgniter / Curl / PHPSend Message from Website in php September 14, 2017 Chandan SharmaComment on Send Message from Website in phpSend Message Using Bhashsms.com to user mobile phone from the website. $api_username = sms_api_username; $api_userpwd = sms_api_pwd; $send_id = SMS_SEND_ID; $curl = “http://bhashsms.com/api/sendmsg.php”; $msg = … Read More