Hello everyone,
I'm looking around for a little piece of software that would allow my PHP scripts to interface with a mobile phone attached to my pc via a data cable.
What I simply want to do is, have my php script send variables to that piece of software and that software makes my mobile phone send an SMS messaage..
and lastly, when someone sends a message to that phone, the software sends variables to my php script.
Summary:
1) Send SMS
-Php sends $mobile_number and $message variables to software
-software sends sms via mobile phone attached to COM1 of my PC
2) Receive SMS
-Phone receives an SMS message
-software automatically sends the message and the sender's number to a php script.
that simple.. do you guys know of a software that can do this? The closest to my hunt was VisualGSM . but it's expensive, and huge. All i want is that little software that can interface with my mobile phonne
your suggestions are very much appreciated!
Tea