How to Send SMS with SMS Modem using PHP Script

hi to everybody
i am having SMS Modem i want send the SMS through SMS Modem Through
PHP Script.
i am having site which contains the information the users want to
receivce the information to their mobile. how is possible?
kindly help me

by
musammil
if u are having knowledge in SMS with PHP then please give ur contact
no,mail address)
mohamed.musammil [ Mi, 08 August 2007 07:55 ] [ ID #1789766 ]

Re: How to Send SMS with SMS Modem using PHP Script

<mohamed.musammil [at] gmail.com> wrote in message
news:1186552529.377552.48660 [at] q3g2000prf.googlegroups.com...
| hi to everybody
| i am having SMS Modem i want send the SMS through SMS Modem Through
| PHP Script.
| i am having site which contains the information the users want to
| receivce the information to their mobile. how is possible?
| kindly help me
|
| by
| musammil
| if u are having knowledge in SMS with PHP then please give ur contact
| no,mail address)

a modem/com port can be accessed exactly like a file. all you need to do
then, is find out what protocol is used for your modem (what info is sent to
it and the format the modem expects it in)...then simply write to it using
standard php file io functions.
Steve [ Di, 14 August 2007 21:30 ] [ ID #1795080 ]
PHP » alt.php » How to Send SMS with SMS Modem using PHP Script

Vorheriges Thema: output escaping problem
Nächstes Thema: mysql_real_escape_string necessary when using prepared statements