Send SMS Usign My SMS Mantra in PHP

+91 for india

 

$msgto = ’91’.$this->input->post(‘mobno’);
$message = urlencode($this->input->post(‘msg’));
$url = “http://bulksms.mysmsmantra.com/WebSMS/SMSAPI.jsp?username=username&password=password&sendername=sendername&mobileno=$msgto&message=$message”;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$curl_scraped_page = curl_exec($ch);
curl_close($ch);

Similar Posts

One Comment

  1. Hey dude. I eagerly searching for this information. because Send SMS Usign My SMS Mantra in PHP is very easy to do.

Leave a Reply

Your email address will not be published. Required fields are marked *