We send SMS messages from Oracle, but the method could be used in php I think. We use 
www.quios.com. They accept SMS messages as XML documents which you simply post to 
their site using http. The response, also by http, is an xml document. It is very easy 
to build your outgoing xml document, and the response document is so simple in 
structure that you could probably get by without an xml parser to interpret it.

HTH

-----Original Message-----
From: Michael Smith [mailto:[EMAIL PROTECTED]]
Sent: 07 March 2001 17:00
To: [EMAIL PROTECTED]
Subject: sending SMS messages via PHP


I can easily send standard email messages via PHP. Does anyone know how to
send SMS messages?

--
Michael A. Smith <[EMAIL PROTECTED]>
Director of Data Systems, wcities.com
ICQ: 35884415
:wq


**************************************************************************
Any opinions expressed in this email are those of the individual and 
not necessarily the Company. This email and any files transmitted with 
it, including replies and forwarded copies (which may contain alterations) 
subsequently transmitted from the Company, are confidential and solely for 
the use of the intended recipient. If you are not the intended recipient 
or the person responsible for delivering to the intended recipient, be 
advised that you have received this email in error and that any use is 
strictly prohibited.

**************************************************************************

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

Reply via email to