My SMS form
$urltouse"; } //Open the URL to send the message $response = httpRequest($urltouse); if ($debug) { echo "Response:
".
str_replace(array("<",">"),array("<",">"),$response).
""; } return($response); } ######################################################## # GET data from sendsms.html ######################################################## $phonenum = $_POST['recipient']; $message = $_POST['message']; $debug = true; ozekiSend($phonenum,$message,$debug); ?>
Post a Comment