Skip to content

Instantly share code, notes, and snippets.

/SMS2

Created April 16, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/103a67aaded9550db795557ae808d840 to your computer and use it in GitHub Desktop.
Save anonymous/103a67aaded9550db795557ae808d840 to your computer and use it in GitHub Desktop.
<?php
$message = "Hello World";
$mobile = "1234567890";
send_sms($mobile,$message);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment