This is a discussion on sending SMS within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi there, I know this is not completely about PHP but I can't find any other groups and I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there,
I know this is not completely about PHP but I can't find any other groups and I program in PHP the most. So here is my question, does anyone know how to have a free SMS sending services on your website? I have been looking around http://hotscripts.com and such but I can not find very much... Please help, Thanks Owen, |
|
|||
|
Hello,
On 10/22/2003 04:51 PM, owensworld wrote: > I know this is not completely about PHP but I can't find any other groups > and I program in PHP the most. > So here is my question, does anyone know how to have a free SMS sending > services on your website? > I have been looking around http://hotscripts.com and such but I can not find > very much... You may find here several solutions for your problem: http://www.phpclasses.org/sms -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ |
|
|||
|
The problem is not how to send sms in php, but to find a open service where
u can sms. Most services are payable one and u can use them by http connection and transmitting the sms text (as well as other data) using GET or POST. Chris "owensworld" <owensworld@ntlworld.com> schrieb im Newsbeitrag news:vnAlb.692$4B.710721@newsfep1-win.server.ntli.net... > Hi there, > > I know this is not completely about PHP but I can't find any other groups > and I program in PHP the most. > So here is my question, does anyone know how to have a free SMS sending > services on your website? > I have been looking around http://hotscripts.com and such but I can not find > very much... > > Please help, > Thanks Owen, > > |
|
|||
|
I have found a SMS gateway that does what I need and is very cheap so if one
else wants to know it (http://www.clickatell.com/brochure/p...s/api_http.php) They also do lots of other ways of connecting with SMS gateways Owen, "owensworld" <owensworld@ntlworld.com> wrote in message news:vnAlb.692$4B.710721@newsfep1-win.server.ntli.net... > Hi there, > > I know this is not completely about PHP but I can't find any other groups > and I program in PHP the most. > So here is my question, does anyone know how to have a free SMS sending > services on your website? > I have been looking around http://hotscripts.com and such but I can not find > very much... > > Please help, > Thanks Owen, > > |