sms web sender demo!
any username or password you enter here will not be stored
in any way (although we're not using ssl either)
also, as you can see most of these are uk sites, not all
of them will support international numbers!
site
txtuk.net (no login)
mtnsms.com
lycos.co.uk
excite.co.uk
uboot.com
genie.co.uk
user
password
number
(eg. +447123123123)
message
debug
add_login($user, $pass, $site);
// add proxy server details if required
// i haven't tested this myself, feature of jm_sms
//$sms->setproxyserver(proxyserver);
//$sms->setproxyport(81);
//$sms->setproxyuser(proxyusername);
//$sms->setproxypass(proxypassword);
//$sms->setproxy(true);
// passes the number, signature and message in an array
$result = $sms->send_sms(array(number=>$number, signature=>$signature, message=>$message));
if ($result) {
echo
sent!;
} else {
echo could not send :(;
echo go back
;
}}
?>
http://www.bkjia.com/phpjc/445003.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/445003.htmltecharticlehtml head titlesms web sender demo/title meta http-equiv=content-type content=text/html; charset=iso-8859-1 /head body bgcolor=#ffffff text=#000000 h2sms web sender demo!/h2 ?php i...