How to use SMS API into my site?
Posted: Mon Jun 27, 2011 8:55 pm
Hi
Im developing a website.It requires to send an send SMS. I had an SMS API How to use in my WEBPage
Please give the code.
SMSAPI : <b>http://smsflight.net/SendSMS.asmx/SendS ... eNumber</b>
U = user name
Please pass a valid username which is provided by SMSFlight.net.
P = password
Please pass a valid password which is provided by SMSFlight.net.
Msg = Message
Message is what you want to send in SMS. The message length should be less than or equal to 160. This is the default sms length supported.
Sid = Sender ID
This is the id which your message will use and the recipient will get the message with this sender name. Max length of the sender id will be used is 8.
Number = Mobile number or series of numbers separated by comma
The Response
STATUS CODES
0: Invalid credentials passed.
1: Message sent successfully.
2: Sender id is invalid.
3: Mobile number is invalid.
4: Message credit limit exceeded.
100: Failure in sending SMS.
Please give the code for this.
Thanks
Rajesh24
New php-forum User
New php-forum User
Posts: 1
Joined: Mon Jun 27, 2011 6:59 am
Im developing a website.It requires to send an send SMS. I had an SMS API How to use in my WEBPage
Please give the code.
SMSAPI : <b>http://smsflight.net/SendSMS.asmx/SendS ... eNumber</b>
U = user name
Please pass a valid username which is provided by SMSFlight.net.
P = password
Please pass a valid password which is provided by SMSFlight.net.
Msg = Message
Message is what you want to send in SMS. The message length should be less than or equal to 160. This is the default sms length supported.
Sid = Sender ID
This is the id which your message will use and the recipient will get the message with this sender name. Max length of the sender id will be used is 8.
Number = Mobile number or series of numbers separated by comma
The Response
STATUS CODES
0: Invalid credentials passed.
1: Message sent successfully.
2: Sender id is invalid.
3: Mobile number is invalid.
4: Message credit limit exceeded.
100: Failure in sending SMS.
Please give the code for this.
Thanks
Rajesh24
New php-forum User
New php-forum User
Posts: 1
Joined: Mon Jun 27, 2011 6:59 am