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.