954,190 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to send sms from web site to mobile

how to send sms from web site to mobile
Can some please help , script to be used php
Thank you

ismaily
Newbie Poster
2 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 
how to send sms from web site to mobile Can some please help , script to be used php Thank you

http://www.w3schools.com/wmlscript/default.asp

http://codewalkers.com/tutorials/90/1.html

should be a good start.

boo_lolly
Light Poster
35 posts since Nov 2006
Reputation Points: 10
Solved Threads: 1
 
how to send sms from web site to mobile Can some please help , script to be used php Thank you
how to send sms from web site to mobile Can some please help , script to be used php Thank you

if you find the solutin plz tel me about it,bec. i need the script


thx

m_shanak
Newbie Poster
15 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

u will need a sms provider like clicktell. some info

http://www.clickatell.com/developers/php.php

amigura
Junior Poster in Training
72 posts since Jan 2008
Reputation Points: 11
Solved Threads: 7
 

i need to send the sms from my nokia mobile, without sms provider (using At commands)
* i have the vb script to do that ,but i need it in PHP

m_shanak
Newbie Poster
15 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

not sure it that is possible but you might be abled to run a vb script

http://uk3.php.net/manual/en/refs.utilspec.windows.php

http://uk3.php.net/manual/en/function.exec.php

amigura
Junior Poster in Training
72 posts since Jan 2008
Reputation Points: 11
Solved Threads: 7
 
i need to send the sms from my nokia mobile, without sms provider (using At commands) * i have the vb script to do that ,but i need it in PHP


If was it so easily done, don't you think everybody would be using it?

peter_budo
Code tags enforcer
Moderator
15,433 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 901
 

There's a section on what AT commands to use at developershome.com , the site also has links to some software libraries .

A search on sourceforge also lists a lot of sms related software.

Do you want to send sms from a local application running on your pc? Php wouldn't be the natural choice of language to do that but you'll find ready build programs and libraries in perl, java, & .net which you can just exec from php.

Do you want to send an sms from your website via a mobile connected to your local pc? If so look at http://www.kannel.org/ , with which you can setup your own sms gateway using your mobile.

blater
Light Poster
25 posts since Mar 2008
Reputation Points: 12
Solved Threads: 7
 

I have feeling that he wants to run something for free, which at the present time is not possible as mobile companies will not tolerate it...

peter_budo
Code tags enforcer
Moderator
15,433 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 901
 
I have feeling that he wants to run something for free, which at the present time is not possible as mobile companies will not tolerate it...

am not looking for free sms

i just wont to send the sms from my mobile by attaching it to the com port

i need the php cod that can read text from the textbox in the form and the receiver Number and then open an connection to the "COM' port (the mobile attached to this port ) and send the "AT" commands that to the mobile which sends the sms

thx

m_shanak
Newbie Poster
15 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

OK, if your mobile is attached to the COM port (i.e. rs232 serial port - *NOT* usb), then you should download the php_serial class.
Then look at this blog for some notes on how to send AT codes. The correct AT codes to use are in some of the previous links I posted.

blater
Light Poster
25 posts since Mar 2008
Reputation Points: 12
Solved Threads: 7
 

Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried making an sms gateway of my own and by gods grace i succeded.I used Serial port communication using c#.net and AT commands for communicating with the modem. ..Its working perfectly for me.I can send and receive sms using this ... I put some tutorials in my website

I know this tutorial is not complete,but it covers the most tedious task i faced,ie to convert text message to PDU format which most mobile phones recognizes. The rest is not that tough

I can get you the code if you need.Please contact me ...
Or else if u prefer using OZeki ,here is the tutorial for using those kind of stuffs

Thanx

shefeekj
Light Poster
37 posts since Apr 2009
Reputation Points: 1
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You