View Single Post
Old 04-06-2012, 10:33 AM   PM User | #2
ayex2013
New to the CF scene

 
Join Date: Apr 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ayex2013 is an unknown quantity at this point
SMS Examples

Sending single text message

Code:
http://DomainName/bulksms/bulksms.php?username=xxxx&password=xxxxx&messa
ge=xxxxxx&mobile=9999999999&sender=xxxxxxx
For example the completed URL is:
Code:
http://www.bbnsms.com/bulksms/bulksms.php?username=drogba@bbnsms.com&passwo
rd=mypasswd&message=TestMessage&mobile=238088888888&sender=Fumi

Sending Multiple text message
Code: [Select]

Code:
http://DomainName/bulksms/bulksms.php?username=xxxx&password=xxxxx&messa
ge=xxxxxx&mobile=238088888888, 238088888888, 238088888888, 238088888888,
238088888888&sender=xxxxxxx

The above Url is the basic HTTP BULK link structure where the details about each
parameter is given below:

For example the completed URL is:
Code: [Select]

Code:
http://www.bbnsms.com/bulksms/bulksms.php?username=drogba@bbnsms.com&passwo
rd=mypasswd&message=TestMessage&mobile=238088888888, 238088888888,
238088888888, 238088888888, 238088888888&sender=Kemi


Thats d format of how my sms gateway works with example.
ayex2013 is offline   Reply With Quote