Not sure what I have done wrong but I need to be able to send SMS using PHP and jQuery
The script does get called however I never get a txt message on my phone
call("+61406066666", array(
"network" => "SMS",
"message" => "Hello")
);
$tropo->renderJSON();
?>
Not sure what I have done wrong but I need to be able to send SMS using PHP and jQuery
The script does get called however I never get a txt message on my phone
call("+61406066666", array( "network" => "SMS", "message" => "Hello") ); $tropo->renderJSON(); ?>