Re: [PHP] SMS gateway

2009-05-13 Thread Per Jessen
Daniel Brown wrote: > On Wed, May 13, 2009 at 10:00, Manoj Singh > wrote: >> Hi All, >> >> I need to create the SMS functionality in PHP. >> >> Do you have any idea of Open Source SMS gateway which i can use? > > http://google.com/search?q=open+source+sms+gateway > > If you have any ide

Re: [PHP] SMS gateway

2009-05-13 Thread Nathan Rixham
Daniel Brown wrote: On Wed, May 13, 2009 at 10:00, Manoj Singh wrote: Hi All, I need to create the SMS functionality in PHP. Do you have any idea of Open Source SMS gateway which i can use? http://google.com/search?q=open+source+sms+gateway If you have any idea of how SMS works, yo

Re: [PHP] SMS gateway

2009-05-13 Thread Pavan Keshavamurthy
As Daniel already mentioned, SMS gateways are normally charged on the basis of usage. And there are several service providers as far as that goes, who provide APIs for integration with your own application. Just FYI www.clickatell.com is one. Somebody has even written a wrapper class around thi

Re: [PHP] SMS gateway

2009-05-13 Thread Daniel Brown
On Wed, May 13, 2009 at 10:00, Manoj Singh wrote: > Hi All, > > I need to create the SMS functionality in PHP. > > Do you have any idea of Open Source SMS gateway which i can use? http://google.com/search?q=open+source+sms+gateway If you have any idea of how SMS works, you'll know it's n

[PHP] SMS gateway

2009-05-13 Thread Manoj Singh
Hi All, I need to create the SMS functionality in PHP. Do you have any idea of Open Source SMS gateway which i can use? Thanks, Manoj