Sms facility

Closed Thread

Join Date: Sep 2008
Posts: 136
Reputation: rajeesh_rsn is an unknown quantity at this point 
Solved Threads: 0
rajeesh_rsn rajeesh_rsn is offline Offline
Junior Poster

Sms facility

 
0
  #1
Dec 8th, 2008
Hai, I had a small shopping web site. Need alert my clients through SMS every day. I need for help in " How to do SMS through my web site, in which the sender of the sms must be "my website name " . My hosting is Apache... and i am a PHP programmer..... Please help me.... I want to do at least 500-1000 sms perday . . . .
Thanks
Rajeesh
Quick reply to this message  
Join Date: Sep 2007
Posts: 1,436
Reputation: cwarn23 has a spectacular aura about cwarn23 has a spectacular aura about cwarn23 has a spectacular aura about 
Solved Threads: 133
cwarn23's Avatar
cwarn23 cwarn23 is offline Offline
Nearly a Posting Virtuoso

Re: Sms facility

 
0
  #2
Dec 8th, 2008
There was a simular post not long ago located at http://www.daniweb.com/forums/thread61688.html
However, it was mentioned in the link above that it is not free to send a sms from a website. You will need to subscribe to a provider that can provide you with php code for your website. An example of a php+sms provider is at http://www.clickatell.com/developers/php.php so the code will vary from provider to provider. Try asking the providers for the best sms+php deals as you will need to pay somebody to deliver the sms messages (and php can't read the protocole for that).
Try not to bump 10 year old threads as it can be really annoying.
Like php then read my website at http://syntax.cwarn23.net/
Star-Trek-Atlantis - now that's what I call a movie ^_^
My favourite PC. - MacGyver Fan
Bad english note: dis-iz-2b4u
Quick reply to this message  
Join Date: Jul 2007
Posts: 1,175
Reputation: stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light stephen84s is a glorious beacon of light 
Solved Threads: 125
Featured Poster
stephen84s's Avatar
stephen84s stephen84s is offline Offline
Veteran Poster

Re: Sms facility

 
0
  #3
Dec 8th, 2008
First is you need to know how to send SMSes via the Computer, there are basically two ways :-
  1. GSM Modem or a GPRS Modem (or a Cell Phone acting as one) connected to your Computer
  2. SMS Service Provider, this is the second method and the preferred method for you since you are planning around 1000 smses per day.

For Sending SMSes via the GSM Modem you will need to search for some PHP API which can be used as such, I am aware only of a Java API which will allow you to connect to a GSM Modem, it is called SMSLib. Note the SIM card that you will be putting in your GSM Modem will be charged for each message you send.

However for you a Bulk SMS Service provider would be a more viable option since they will definitely offer cheaper rates than what your network service provider is offering. Also they might give you an HTTP API which you can directly call from within your PHP pages and no need to worry about GSM Modems or anything like it (I know cause the firm where I work offers that). Just google for "bulk sms providers india" or something similar and you should get a pretty comprehensive list of sms providers. Also many providers also give you Delivery Reports from which you can ascertain whether an SMS actually reached the cell phone or not.
Last edited by stephen84s; Dec 8th, 2008 at 4:26 am.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."

"How to ask questions the smart way ?"
Quick reply to this message  
Closed Thread

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC