Skip to content

Instantly share code, notes, and snippets.

View debojitkakoti's full-sized avatar

DEBOJIT KAKOTI debojitkakoti

View GitHub Profile
@debojitkakoti
debojitkakoti / whatsapp_send.php
Created January 17, 2014 11:41
whatsapp:send message
$w = new WhatsProt($userPhone, $userIdentity, $userName, $debug);
$w->Connect();
$w->LoginWithPassword($password);
$w->sendMessage($destinationPhone_new, $msgbody);//Send Message Here