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

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

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,

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

RE: [PHP] SMS with PHP

2002-06-11 Thread Brian McGarvie
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

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

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

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

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 -- --

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,

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 --

Re: [PHP] SMS with php

2001-09-17 Thread Tom Carter
: 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

Re: [PHP] SMS with php

2001-09-17 Thread nico_oreka
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

Re: [PHP] SMS with php

2001-09-17 Thread Tom Carter
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

Re: [PHP] SMS with php

2001-09-17 Thread Tom Carter
] 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

Re: [PHP] SMS with php

2001-09-17 Thread nico_oreka
] 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

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