4
0
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:
Jesse Young
2011-09-12 16:53:38 -07:00
parent d5b973411b
commit cb8d95ebd5
16 changed files with 442 additions and 29 deletions

View File

@ -0,0 +1,6 @@
<?php
require_once __DIR__."/config.php";
require_once __DIR__."/lib.php";
var_dump(get_outgoing_sms("16505551212"));