Skip to content

Instantly share code, notes, and snippets.

@debojitkakoti
Created January 17, 2014 11:41
Show Gist options
  • Select an option

  • Save debojitkakoti/8472070 to your computer and use it in GitHub Desktop.

Select an option

Save debojitkakoti/8472070 to your computer and use it in GitHub Desktop.

Revisions

  1. debojitkakoti created this gist Jan 17, 2014.
    5 changes: 5 additions & 0 deletions whatsapp_send.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@

    $w = new WhatsProt($userPhone, $userIdentity, $userName, $debug);
    $w->Connect();
    $w->LoginWithPassword($password);
    $w->sendMessage($destinationPhone_new, $msgbody);//Send Message Here