Multiple Number
- This topic has 0 replies, 1 voice, and was last updated 8 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Hi i have a problem in my multiple number sending… it wont work anyone can help me please. Thanks in Advance
like this := ‘&cat=1&priority=3&to=’.$appnum.’, ‘.$innum.’&text=’.rawurlencode($message);
192.168.2.1:81/sendmsg?user=admin&passwd=admin&cat=1&priority=3&to=09163736558, 09057553880&text=TestMessage
$tracknum = “1013009”;
$appnum = “09163736558”;
$innum = “09057553880”;
$ip = “192.168.2.1”;
$user = “admin”;
$password = “admin”;
$message = “my message”;
$url = $ip.’:81/sendmsg?user=’.$user.’&passwd=’.$password.’&cat=1&priority=3&to=’.$appnum.’, ‘.$innum.’&text=’.rawurlencode($message);