mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-07-03 05:37:44 +00:00
PHP server library with example implementation; add 'check now' button on menu
This commit is contained in:
6
server/php/example/test_sms.php
Executable file
6
server/php/example/test_sms.php
Executable file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/config.php";
|
||||
require_once __DIR__."/lib.php";
|
||||
|
||||
var_dump(get_outgoing_sms("16505551212"));
|
Reference in New Issue
Block a user