RE: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-19 Thread Daevid Vincent
For what it's worth, most cell phone providers have an email gateway which
works just as good as an SMS message (and it's free!).

Just find the email address to send to for each carrier and store in a
table.

For example, for my Cingular (ATT) phone, it is my [EMAIL PROTECTED]
Where the X's represent the phone number.

Cheers,

DÆVID  

 -Original Message-
 From: Ryan A [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, June 18, 2006 11:17 AM
 To: php php
 Subject: [PHP] SMS with php recommendation (a bit 0T i guess)
 
 Hey,
 
 Right now I am using PSWIN to send SMS messages from
 my php scripts, can anybody recommend a (reliable)
 company that i can use instead?
 
 We fill up on 25euros everytime on pswin, so i am
 not looking for a free provider, just a reliable and
 good priced one.
 
 PSwin is good, problem is they are charging us a euro
 .20 per day just for using the service, so even if we
 dont send a single sms per day we are getting
 charged...not good. 
 
 Thanks,
 Ryan
 
 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

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



Re: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread cajbecu
http://www.clickatell.com/brochure/products/developer_solutions.php

Ryan A wrote:
 Hey,
 
 Right now I am using PSWIN to send SMS messages from
 my php scripts, can anybody recommend a (reliable)
 company that i can use instead?
 
 We fill up on 25euros everytime on pswin, so i am
 not looking for a free provider, just a reliable and
 good priced one.
 
 PSwin is good, problem is they are charging us a euro
 .20 per day just for using the service, so even if we
 dont send a single sms per day we are getting
 charged...not good. 
 
 Thanks,
 Ryan
 
 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 

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



Re: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread John Nichel

Ryan A wrote:

Hey,

Right now I am using PSWIN to send SMS messages from
my php scripts, can anybody recommend a (reliable)
company that i can use instead?

We fill up on 25euros everytime on pswin, so i am
not looking for a free provider, just a reliable and
good priced one.

PSwin is good, problem is they are charging us a euro
.20 per day just for using the service, so even if we
dont send a single sms per day we are getting
charged...not good. 


Thanks,
Ryan


http://www.clickatell.com/

--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com

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



Re: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread Ryan A
Hey,


http://www.clickatell.com/brochure/products/developer_solutions.php

Ok, clickatell seems to be the popular choice around
here, will have a look see

In the meantime feel free to recommend any others.

Thanks for replying guys.

Cheers!
Ryan

--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



RE: [PHP] SMS with PHP

2002-06-11 Thread Brian McGarvie

another solution would be to by a cellular modem, which can be set up on the 
windows/*nix machine and used to relay the message.

If not - depending on where you are based - some mobile providers do let you interface 
with their sms devices.

You could also have a look at - OpenSMS from www.livesoup.com - not tried it 
personally tho!

 -Original Message-
 From: Jared Boelens [mailto:[EMAIL PROTECTED]]
 Sent: 10 June 2002 6:59 PM
 To: Alexandra Aguiar; [EMAIL PROTECTED]
 Subject: RE: [PHP] SMS with PHP
 
 
 I had this exact need but I was solved partially by my cell 
 phone provider.
 I have verizon and verizon actaully assigns each phone an 
 email address if
 you have text messenging.
 
 So all i had to do was send an email to that address and it 
 would go to my
 phone in about 30 seconds or so.
 
 -Jared
 
 -Original Message-
 From: Alexandra Aguiar [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 10, 2002 1:47 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] SMS with PHP
 
 
 Hello ppl...
 i'd like to know if it's possible that a php script sends  
 message to a cell
 phone... i please anything about it ...
 
 thnx in advance..
 
 Alexandra Aguiar
 
 

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




Re: [PHP] SMS with PHP

2002-06-10 Thread Chris Knipe

Not as far as I know.

But the PHP script may very likely be able to send a message to a SMS
Gateway...

SMS messages doesn't run on TCP/IP (Your cell phone doesn't have a IP
Address).

Kind Regards,

Chris Knipe
MegaLAN Corporate Networking Services
Tel: +27 21 854 7064
Cell: +27 72 434 7582

- Original Message -
From: Alexandra Aguiar [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 10, 2002 7:46 PM
Subject: [PHP] SMS with PHP


Hello ppl...
i'd like to know if it's possible that a php script sends  message to a cell
phone... i please anything about it ...

thnx in advance..

Alexandra Aguiar



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




RE: [PHP] SMS with PHP

2002-06-10 Thread Jared Boelens

I had this exact need but I was solved partially by my cell phone provider.
I have verizon and verizon actaully assigns each phone an email address if
you have text messenging.

So all i had to do was send an email to that address and it would go to my
phone in about 30 seconds or so.

-Jared

-Original Message-
From: Alexandra Aguiar [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 1:47 PM
To: [EMAIL PROTECTED]
Subject: [PHP] SMS with PHP


Hello ppl...
i'd like to know if it's possible that a php script sends  message to a cell
phone... i please anything about it ...

thnx in advance..

Alexandra Aguiar


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




Re: [PHP] SMS with php

2001-09-18 Thread Lewis Bergman

Due to all the questions I am posting replies to this thread to a single 
message.

 I'm very intruiged how you have got this to work it was my
 understanding you needed to be running a server, such as kannel, and have a
 contract with an smsc?
No, you don't need anything special.

 could U list the URL

http://www.radio.net/rfc1861.txt?number=1861

 http://www.ietf.org/rfc/rfc1568.txt?number=1568
This is old, Don't use it. The reason is not that any of the commands are 
unusable but there is no reason to go through the trouble of programming to 
do it to an out of date rfc.

 Thats the standard, but because of the other systems involved in delivering
 msgs then I don't think it possible just to do that without the
 co-operation of a third party smsc.
You don't need any third party anything. It is exactly like sending a request 
to a web server (get, post, header, etc...) except the port number will be 
different and the commands are different. But, the premise is the same. OPen 
a socket, send request, process response, send request . I know the 
browser is usually doing a lot of this for you but the point is that if a 
company has a gateway out there you can send messages to it.

 for those who are interested there is a good wap/sms server, open source
 and generally funky kannel (kannel.3glabs.org)
Not neccessary. You can do it with PHP, Perl, Python, C or anything else you 
can bind to a port. It is really not that difficult. If you own a wireless 
company and need to make the actual gateway all the pieces are available to 
stitch together. PHP or some other language for the internet gateway, RTNPP 
that will communicate with the actual terminal. Time is required but not a 
lot of money.

 Yes, but if you don't have a lot of traffic you can use a GSM modem as
 SMS-C. Anyway, any single message will costs as by contract with the
 carrier.

I was not aware that any carrier would attempt to charge someone trying to 
contact one of their subscribers. Surely I misunderstood you here.

I will talk to my employer about releasing the code I have. I am currently 
rewriting it for another application so I am not sure when it would be in a 
state to be released. It currently only has been tested with US based 
companies like skytel, Verizon, ATT, and the like.


-- 
Lewis Bergman
Texas Communications
4309 Maple St.
Abilene, TX 79602-8044
915-695-6962

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-18 Thread * RzE:

  could U list the URL
 
 http://www.radio.net/rfc1861.txt?number=1861

This URL doesn't exist. Please check it...

-- 

* RzE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Fwd: Re: [PHP] SMS with php

2001-09-18 Thread Lewis Bergman

http://www.ietf.org/rfc/rfc1861.txt?number=1861
There. How is that. You should still try google. You might turn up more to 
help you.
-- 
Lewis Bergman
Texas Communications
4309 Maple St.
Abilene, TX 79602-8044
915-695-6962

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-18 Thread * RzE:

 http://www.ietf.org/rfc/rfc1861.txt?number=1861
 There. How is that.

A lot better :)

-- 

* RzE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-17 Thread Tom Carter

I'm very intruiged how you have got this to work it was my understanding
you needed to be running a server, such as kannel, and have a contract with
an smsc?

Is this so?

- Original Message -
From: Lewis Bergman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 2:59 AM
Subject: Re: [PHP] SMS with php


  Hi,
 
  Does anyone know how to send a sms message to a handphone using PHP?
 
  Thanks and regards,
  Alva Chew
 I have a class that does it. It is very easy. See the RFC on SNPP and some
 use standard mail servers.


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-17 Thread nico_oreka

http://www.ietf.org/rfc/rfc1568.txt?number=1568

maybe something can be done with that 


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Tom Carter [EMAIL PROTECTED]
To: Lewis Bergman [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 10:51 AM
Subject: Re: [PHP] SMS with php


 I'm very intruiged how you have got this to work it was my
understanding
 you needed to be running a server, such as kannel, and have a contract
with
 an smsc?

 Is this so?

 - Original Message -
 From: Lewis Bergman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, September 17, 2001 2:59 AM
 Subject: Re: [PHP] SMS with php


   Hi,
  
   Does anyone know how to send a sms message to a handphone using PHP?
  
   Thanks and regards,
   Alva Chew
  I have a class that does it. It is very easy. See the RFC on SNPP and
some
  use standard mail servers.
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-17 Thread Tom Carter

Thats the standard, but because of the other systems involved in delivering
msgs then I don't think it possible just to do that without the co-operation
of a third party smsc.

I really hope I'm wrong tho...
- Original Message -
From: nico_oreka [EMAIL PROTECTED]
To: Tom Carter [EMAIL PROTECTED]; Lewis Bergman
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 11:00 AM
Subject: Re: [PHP] SMS with php


 http://www.ietf.org/rfc/rfc1568.txt?number=1568

 maybe something can be done with that 


 (°-Nayco,
 //\[EMAIL PROTECTED]
 v_/_ http://nayco.free.fr


 - Original Message -
 From: Tom Carter [EMAIL PROTECTED]
 To: Lewis Bergman [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, September 17, 2001 10:51 AM
 Subject: Re: [PHP] SMS with php


  I'm very intruiged how you have got this to work it was my
 understanding
  you needed to be running a server, such as kannel, and have a contract
 with
  an smsc?
 
  Is this so?
 
  - Original Message -
  From: Lewis Bergman [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Monday, September 17, 2001 2:59 AM
  Subject: Re: [PHP] SMS with php
 
 
Hi,
   
Does anyone know how to send a sms message to a handphone using PHP?
   
Thanks and regards,
Alva Chew
   I have a class that does it. It is very easy. See the RFC on SNPP and
 some
   use standard mail servers.
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   To contact the list administrators, e-mail:
[EMAIL PROTECTED]
  
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-17 Thread Tom Carter

for those who are interested there is a good wap/sms server, open source and
generally funky kannel (kannel.3glabs.org)

It's all you need to server wap, but sms does requrie a contract (=cost
money) with a service centre

- Original Message -
From: Tom Carter [EMAIL PROTECTED]
To: nico_oreka [EMAIL PROTECTED]; Lewis Bergman
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 11:07 AM
Subject: Re: [PHP] SMS with php


 Thats the standard, but because of the other systems involved in
delivering
 msgs then I don't think it possible just to do that without the
co-operation
 of a third party smsc.

 I really hope I'm wrong tho...
 - Original Message -
 From: nico_oreka [EMAIL PROTECTED]
 To: Tom Carter [EMAIL PROTECTED]; Lewis Bergman
 [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, September 17, 2001 11:00 AM
 Subject: Re: [PHP] SMS with php


  http://www.ietf.org/rfc/rfc1568.txt?number=1568
 
  maybe something can be done with that 
 
 
  (°-Nayco,
  //\[EMAIL PROTECTED]
  v_/_ http://nayco.free.fr
 
 
  - Original Message -
  From: Tom Carter [EMAIL PROTECTED]
  To: Lewis Bergman [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Monday, September 17, 2001 10:51 AM
  Subject: Re: [PHP] SMS with php
 
 
   I'm very intruiged how you have got this to work it was my
  understanding
   you needed to be running a server, such as kannel, and have a contract
  with
   an smsc?
  
   Is this so?
  
   - Original Message -
   From: Lewis Bergman [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Monday, September 17, 2001 2:59 AM
   Subject: Re: [PHP] SMS with php
  
  
 Hi,

 Does anyone know how to send a sms message to a handphone using
PHP?

 Thanks and regards,
 Alva Chew
I have a class that does it. It is very easy. See the RFC on SNPP
and
  some
use standard mail servers.
   
   
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
 [EMAIL PROTECTED]
   
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   To contact the list administrators, e-mail:
[EMAIL PROTECTED]
  
 
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-17 Thread nico_oreka

I personnaly provide SMS sending from my site, see under, but I awfully
leeched it from www.exoset.com
It works well, but there are ads .


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Tom Carter [EMAIL PROTECTED]
To: Tom Carter [EMAIL PROTECTED]; nico_oreka
[EMAIL PROTECTED]; Lewis Bergman [EMAIL PROTECTED];
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 1:45 PM
Subject: Re: [PHP] SMS with php


 for those who are interested there is a good wap/sms server, open source
and
 generally funky kannel (kannel.3glabs.org)

 It's all you need to server wap, but sms does requrie a contract (=cost
 money) with a service centre

 - Original Message -
 From: Tom Carter [EMAIL PROTECTED]
 To: nico_oreka [EMAIL PROTECTED]; Lewis Bergman
 [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, September 17, 2001 11:07 AM
 Subject: Re: [PHP] SMS with php


  Thats the standard, but because of the other systems involved in
 delivering
  msgs then I don't think it possible just to do that without the
 co-operation
  of a third party smsc.
 
  I really hope I'm wrong tho...
  - Original Message -
  From: nico_oreka [EMAIL PROTECTED]
  To: Tom Carter [EMAIL PROTECTED]; Lewis Bergman
  [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Monday, September 17, 2001 11:00 AM
  Subject: Re: [PHP] SMS with php
 
 
   http://www.ietf.org/rfc/rfc1568.txt?number=1568
  
   maybe something can be done with that 
  
  
   (°-Nayco,
   //\[EMAIL PROTECTED]
   v_/_ http://nayco.free.fr
  
  
   - Original Message -
   From: Tom Carter [EMAIL PROTECTED]
   To: Lewis Bergman [EMAIL PROTECTED]; [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Monday, September 17, 2001 10:51 AM
   Subject: Re: [PHP] SMS with php
  
  
I'm very intruiged how you have got this to work it was my
   understanding
you needed to be running a server, such as kannel, and have a
contract
   with
an smsc?
   
Is this so?
   
- Original Message -
From: Lewis Bergman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 2:59 AM
Subject: Re: [PHP] SMS with php
   
   
  Hi,
 
  Does anyone know how to send a sms message to a handphone using
 PHP?
 
  Thanks and regards,
  Alva Chew
 I have a class that does it. It is very easy. See the RFC on SNPP
 and
   some
 use standard mail servers.


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail:
  [EMAIL PROTECTED]

   
   
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
 [EMAIL PROTECTED]
   
  
  
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMS with php

2001-09-16 Thread Lewis Bergman

 Hi,
 
 Does anyone know how to send a sms message to a handphone using PHP?
 
 Thanks and regards,
 Alva Chew
I have a class that does it. It is very easy. See the RFC on SNPP and some 
use standard mail servers.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]