Guest User

Untitled

a guest
Feb 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $contact_no = "1234567890";
  2. $message = "Congradulations.Mr.Name.Your Registration successfull.User ID : Name & Password : 12345. Thankyou";
  3. $message = urlencode($message);
  4. $url = 'http://domain.co.in/api/sendsms.php?user=user_id&apikey=KEY&mobile='.$contact_no.'&message='.$message.'&senderid=SENDERID&type=txt';
  5. $xml = file_get_contents($url);
  6. echo $xml;
Add Comment
Please, Sign In to add comment