Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
Heres a code snippet: Sorry for leading astray. // load the swsms module dl( "../swsms.so" ); // create the sms object $sms = create_sms(); // send the carrier list request carrierlist_send( &$sms ); // check if the request was a success if( ! $sms->success ) { // display error inf

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
I think you need an SMS server to "broadcast" the data. Am I correct? Anyone --- Daniel Berwig <[EMAIL PROTECTED]> wrote: > Does anyone know how could I send data from php through SMS to a cel phone? > I simply can't find info about that. > > Thanks in advance, > > Daniel Berwig. > > > > --

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
I think you need an SMS server to "broadcast" the data. Am I correct? Anyone --- Daniel Berwig <[EMAIL PROTECTED]> wrote: > Does anyone know how could I send data from php through SMS to a cel phone? > I simply can't find info about that. > > Thanks in advance, > > Daniel Berwig. > > > > --

[PHP] SMS

2001-11-30 Thread Daniel Berwig
Does anyone know how could I send data from php through SMS to a cel phone? I simply can't find info about that. Thanks in advance, Daniel Berwig. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] SMS with php

2001-09-18 Thread
> http://www.ietf.org/rfc/rfc1861.txt?number=1861 > There. How is that. A lot better :) -- * R&zE: -- -- Renze Munnik -- DataLink BV -- -- E: [EMAIL PROTECTED] -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Stationsplein 82 -- 2011 LM HAARLEM -

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

Re: [PHP] SMS with php

2001-09-18 Thread
> > could U list the URL > > > http://www.radio.net/rfc1861.txt?number=1861 This URL doesn't exist. Please check it... -- * R&zE: -- -- Renze Munnik -- DataLink BV -- -- E: [EMAIL PROTECTED] -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Station

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

[PHP] R: [PHP] SMS with php

2001-09-17 Thread Stefano Baronio
> 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 Yes, but if you don't have a lot of traffic you can use a

Re: [PHP] SMS with php

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

Re: [PHP] SMS with php

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

Re: [PHP] SMS with php

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

Re: [PHP] SMS with php

2001-09-17 Thread nico_oreka
gt;; <[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 cont

Re: [PHP] SMS with php

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

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

[PHP] SMS with php

2001-09-16 Thread Alva Chew
Hi, Does anyone know how to send a sms message to a handphone using PHP? Thanks and regards, Alva Chew -- 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: [E

[PHP] SMS again

2001-02-20 Thread Siim Einfeldt aka Itpunk
Hey I know this topic has been 'in the area' lots od times, but does anybody know of any scripts that are out there whichi I could use to let users of my website send SMS? And secondly, can I offer it as a free service (this would assume I don`t have to pay for it myself either)? Or is anyone

Re: [PHP] SMs

2001-01-15 Thread [EMAIL PROTECTED]
On Sat, 13 Jan 2001, Dhaval Desai wrote: Hi Dhaval, > I am trying to build a SMS(Short message service) It is really very simple as long as you have a tie up with SMSC (usually a mobile phone service operator) Then all you have to do is (in most cases) send a specially formatted email to the SM

Re: [PHP] SMs

2001-01-14 Thread Alain Fontaine
Hi, This "special server" is usually called an SMSC - SMS Center, run by your mobile operator. These SMSC's are pretty powerful in the way that you can access them through TCP (VPN for sure, and sometimes even HTTP), or through a direct link connexion. You'd need to talk to your mobile operator t

Re: [PHP] SMs

2001-01-14 Thread Josh G
My name was Brian McGee, I stayed up listening to Queen, When I was seventeen. http://www.gfunk007.com/ - Original Message - From: "Iv?n S?nchez Ortega "MR"" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 15,

Re: [PHP] SMs

2001-01-14 Thread Iván Sánchez Ortega \"MR\"
""Bastian"" ... > Hello! > > A requirement is a special server that sends them, but such a server costs > money, every message costs some. I read somewhere that you could send SMs if you had your mobile phone linked to your computer, and special software to needful to make the PC-mobile interacti

Re: [PHP] SMs

2001-01-14 Thread Bastian
Hello! A requirement is a special server that sends them, but such a server costs money, every message costs some. Another way is to send the messages to the mailaddress. I only know it from Germany: [EMAIL PROTECTED] Bastian -- //End of message "Dhaval Desai" <[EMAIL PRO

[PHP] SMs

2001-01-13 Thread Dhaval Desai
HI! I am trying to build a SMS(Short message service) mesaging system..can anybody tell me what are the requirements for this... Thanx a lot! Dhaval Desai __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yaho

<    1   2