Re: [PHP] sms interfaces?

2008-10-09 Thread clive

Rene Veerman wrote:

hi, i'd like my app to send sms warnings of some events.

if you know of a free / cheap sms service that can be called from php, 
please let me/us know.


u earn extra points if it can send to dutch phones / any phone in the 
world ;)


I have used these guys successfully before, bulksms.com and I know they 
have good coverage of the globe.


Some mobile operators allow you to send a text to their users as an 
email for free ,ie [EMAIL PROTECTED],


Clive


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sms interfaces?

2008-10-09 Thread Richard Heyes
 hi, i'd like my app to send sms warnings of some events.

 if you know of a free / cheap sms service that can be called from php,
 please let me/us know.

I looked into TXTLocal once. I actually didn't end up using them, but
it might be worth a gleg.

http://www.txtlocal.co.uk/

 u earn extra points if it can send to dutch phones / any phone in the world
 ;)

Ooh, goodie.

-- 
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sms interfaces?

2008-10-09 Thread Per Jessen
Rene Veerman wrote:

 hi, i'd like my app to send sms warnings of some events.
 
 if you know of a free / cheap sms service that can be called from php,
 please let me/us know.

Swisscom can be called using sms_client.  We've been using for 3, maybe
4 years.


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sms interfaces?

2008-10-09 Thread Tom Chubb
2008/10/8 Stut [EMAIL PROTECTED]:
 On 8 Oct 2008, at 20:33, Rene Veerman wrote:

 hi, i'd like my app to send sms warnings of some events.

 if you know of a free / cheap sms service that can be called from php,
 please let me/us know.

 u earn extra points if it can send to dutch phones / any phone in the
 world ;)

 Best I've found is Clickatell (www.clickatell.com) but I've not really
 looked too hard.

 -Stut

 --
 http://stut.net/

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



I agree with -Stut,
I didn't like their documentation though but managed to find a class
for it on phpclasses I think. Let me know if you want me to dig out
the link for you

-- 
Tom Chubb
[EMAIL PROTECTED] | [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sms interfaces?

2008-10-08 Thread Stut

On 8 Oct 2008, at 20:33, Rene Veerman wrote:

hi, i'd like my app to send sms warnings of some events.

if you know of a free / cheap sms service that can be called from  
php, please let me/us know.


u earn extra points if it can send to dutch phones / any phone in  
the world ;)


Best I've found is Clickatell (www.clickatell.com) but I've not really  
looked too hard.


-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sms interfaces?

2008-10-08 Thread Rene Veerman

thanks!

Stut wrote:

On 8 Oct 2008, at 20:33, Rene Veerman wrote:

hi, i'd like my app to send sms warnings of some events.

if you know of a free / cheap sms service that can be called from 
php, please let me/us know.


u earn extra points if it can send to dutch phones / any phone in the 
world ;)


Best I've found is Clickatell (www.clickatell.com) but I've not really 
looked too hard.


-Stut




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] sms interfaces?

2008-10-08 Thread Boyd, Todd M.
 -Original Message-
 From: Rene Veerman [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 08, 2008 2:33 PM
 To: php-general@lists.php.net
 Subject: [PHP] sms interfaces?
 
 hi, i'd like my app to send sms warnings of some events.
 
 if you know of a free / cheap sms service that can be called from php,
 please let me/us know.
 
 u earn extra points if it can send to dutch phones / any phone in the
 world ;)

AIM accounts can be used to send messages to SMS by using the full phone
number (i.e., +15735551212) as the contact destination. There's probably
APIs for the service already, be it WSDL or PHP, etc.


Todd Boyd
Web Programmer

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] sms interfaces?

2008-10-08 Thread Jignesh Thummar
www.frengo.com provides SMS alert service.

- Jignesh

On Thu, Oct 9, 2008 at 1:25 AM, Boyd, Todd M. [EMAIL PROTECTED] wrote:

  -Original Message-
  From: Rene Veerman [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, October 08, 2008 2:33 PM
  To: php-general@lists.php.net
  Subject: [PHP] sms interfaces?
 
  hi, i'd like my app to send sms warnings of some events.
 
  if you know of a free / cheap sms service that can be called from php,
  please let me/us know.
 
  u earn extra points if it can send to dutch phones / any phone in the
  world ;)

 AIM accounts can be used to send messages to SMS by using the full phone
 number (i.e., +15735551212) as the contact destination. There's probably
 APIs for the service already, be it WSDL or PHP, etc.


 Todd Boyd
 Web Programmer

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php