SMS Support

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevinks
Forum Newbie
Posts: 8
Joined: Thu Feb 21, 2008 2:30 pm

SMS Support

Post by kevinks »

Hello guys, i need your help once again :D

Am actually trying to develop a system which has an SMS support.
My system will send sms to people. I attached my mobile phone to my laptop, and i have to write php codes so that when an action is perform, i.e assume that when X=1, send an sms to people X.

I have been looking on the net, havent seen it. If u got somefing for me, just let me no,
thanking u in advance, cheers!
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: SMS Support

Post by yacahuma »

i thought all you have to do is send and email to the phone.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: SMS Support

Post by Chris Corbyn »

yacahuma wrote:i thought all you have to do is send and email to the phone.
Only in the US. It doesn't work like that in the UK or Australia (the only countries I've ever lived in) and probably loads of other places.
kevinks
Forum Newbie
Posts: 8
Joined: Thu Feb 21, 2008 2:30 pm

Re: SMS Support

Post by kevinks »

well its the most complex part of the system :)
Am still trying to figure it out. Found a software called "ActiveXperts SMS & Pager Toolkit". All i need is to integrate it in my php codes and its kinda complex.
Post Reply