Page 1 of 1

Sending SMS by USB GSM Modem in PHP

Posted: Wed Nov 23, 2011 12:17 am
by arnika
Hi all.
I have an USB GSM Modem that has a SIM card and Memory card. I wonder if how can i send sms with this. Is it possible? if yes, HOW?
Would you please give me an article about this or help me how should i start it?
Thanx for any reply.

Re: Sending SMS by USB GSM Modem in PHP

Posted: Wed Nov 23, 2011 1:32 am
by maxx99
If you're able to send SMS from command line (IF there is such a possibility given by the producer!) you could use exec() from your PHP.

Re: Sending SMS by USB GSM Modem in PHP

Posted: Wed Nov 23, 2011 2:10 am
by Xeolex
i dont have much knowledge about this, but here are some links tat might help..
http://gonzalo123.wordpress.com/2011/03 ... s-and-php/
http://activexperts.com/xmstoolkit/howto/gsm/php/

Re: Sending SMS by USB GSM Modem in PHP

Posted: Wed Nov 23, 2011 6:18 am
by mikeashfield
maxx99 wrote:If you're able to send SMS from command line (IF there is such a possibility given by the producer!) you could use exec() from your PHP.
And if you do use this approach, make sure that your code is completely secure, or somebody trying to hack your site, could easily inject MySQL and escalate privileges much easier with exec() enabled.