I want to make an SMS program in PHP.
Basically, it's a simple program that sends group sms via a mobilephone attached to the computer.
Other features are :
1) Able to receive and analyze keywords in received messages and;
2) Auto responding to that
3) Pulling certain numbers from mysql and using it as recipient list for certain message
What I'd like to know from you guys is, can these be done via PHP? I chose PHP because that's where I'm really comfortable at.. and I plan to interface this software via a website.. I was hoping it can be as easy as sending GET variables to a script that tells the attached mobilephone to:
send this "$message" to these "$numbers"
.. or something like that..
Please give me your insight on this issue.
Sincerely
Tea
PS
mobile service subscription isnt an issue. the cellphone attached to the computer has a subscription.