Created
January 29, 2021 16:57
-
-
Save samhk222/b7107e30655f966715efd2aa3f29e52f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$x = SendSMS("127.0.0.1", 8800, "", "", $_POST['txtTELEFONE'], $_POST['txtMENSAGEM']); | |
echo $x; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment