How do I create SMS application on my website in php?

  • Thread starter Thread starter neha
  • Start date Start date
N

neha

Guest
Hey Frenz,
I am trying to implement SMS Application on my website.
I know that I would need a sms gateway to do it but I am really not sure that how exactly I should do it.
And I dont want to use any paid sms gateway(I am looking for free gateway).
Please suggest me the way.
what and all I would require to do it.
Please help me.
Looking forward to ur responses.
Thank you
 
1. Find a free SMS gateway (good luck with that, running such a service would be a great way to throw away money).

2. Read their documentation to find out how to send messages using their service

3. Write a program in PHP that formats messages according to their specification
 
I'm looking for the same thing! If you want it free, your service provider must have a gateway in your region. Then you can send emails from your server to the [email protected] address, problem solved.
If your operator doesn't have a gateway for your arean, then you might have a look at clickatell.com or similar services that provide you an API which you use in your app, but messages are not free this way of course. Now if there was a free clickatell-like service, that would be great! If you find one, could you please let me know?
 
Back
Top