|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
sending sms by using PHP
Hi guys.
I am wondering is it possible for me to send SMS by using PHP code ?? If yes, could anyone guide me how can i do so ?? please advise |
|
#2
|
||||
|
||||
|
I've never dealt with SMS, but I googled "SMS API PHP" and found some links that might give you some more info. One in particular (http://www.hotscripts.com/Detailed/25686.html) seemed like a possible good find.
|
|
#3
|
|||
|
|||
|
I have been working with some basic SMS, and I can tell that it all depends on what network you are developing for...
As long as I used Nextel, this is a good resource http://developer.nextel.com/portal/index.jsp But you might also find something interesting here: http://promoxy.mirrors.phpclasses.o...earch=1&x=9&y=5 Hope it helps ![]()
__________________
The deal is not to know everything, but to know the email of the one who does. |
|
#4
|
|||
|
|||
|
Hi guys.
I am wondering is it possible for me to send SMS by using PHP code ?? If yes, could anyone guide me how can i do so ?? please advise HI Alicia, there is an easy solution for your problem (works pretty good) - ozeki sms server and http sms gateway - www.ozekisms.com www.ozeki.hu you'll find the php examples on sms sending. have fun! dumbo |
|
#5
|
|||
|
|||
|
In order to send sms from a computer, you have to subscribe to the service of an sms gateway provider. Basically, to send an SMS message "Hello" to phone number 12345678, you will make a http get/post, something like http://www.xxgateway.com/sendsms?account="myAccount"&passwd="myPasswd"&to=12345678&text="Hello", where "myAccount" and "myPasswd" are the name and password of the account you opened at the SMS gateway provider's website.
Please refer to the article at http://www.developershome.com/sms/h...ndSMSFromPC.asp for the details. |
|
#6
|
|||
|
|||
|
Also, you can have a look at the other articles at http://www.developershome.com/sms/
|
|
#7
|
|||
|
|||
|
you'll need a GSM modem/mobile phone with modem drivers.
here's a script. search for coxiar send sms by php in google. cant post a link -.- |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > sending sms by using PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|