Guest User

Untitled

a guest
May 22nd, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. http://example.com/api/swsend.asp?username=xxxx&password=xxxx&sender=senderId&sendto=919xxxx,919xxxx&message=hello&dlrUrl=http://yourServer_Url?logID=$logID$%26phNo=$phNO$%26result=$result$
  2.  
  3. public function sendMessageCallback() {
  4.  
  5. $responseBody = file_get_contents('php://input');
  6.  
  7. $data = array('value' => $responseBody, 'date' => date('Y-m-d h:i:s'));
  8. $this->db->insert('test1', $data);
  9. }
Add Comment
Please, Sign In to add comment