How to Send SMS with SMS Modem using PHP Script
am 08.08.2007 07:55:29 von mohamed.musammil
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)
Re: How to Send SMS with SMS Modem using PHP Script
am 14.08.2007 21:30:25 von Steve
wrote in message
news:1186552529.377552.48660@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.