how to send sms from web site to mobile

Closed Thread

Join Date: Nov 2006
Posts: 2
Reputation: ismaily is an unknown quantity at this point 
Solved Threads: 0
ismaily ismaily is offline Offline
Newbie Poster

how to send sms from web site to mobile

 
0
  #1
Nov 15th, 2006
how to send sms from web site to mobile
Can some please help , script to be used php
Thank you
Quick reply to this message  
Join Date: Nov 2006
Posts: 35
Reputation: boo_lolly is an unknown quantity at this point 
Solved Threads: 1
boo_lolly boo_lolly is offline Offline
Light Poster

Re: how to send sms from web site to mobile

 
0
  #2
Nov 15th, 2006
Originally Posted by ismaily View Post
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.
Last edited by boo_lolly; Nov 15th, 2006 at 11:13 am.
Quick reply to this message  
Join Date: Apr 2008
Posts: 14
Reputation: m_shanak is an unknown quantity at this point 
Solved Threads: 0
m_shanak m_shanak is offline Offline
Newbie Poster

Re: how to send sms from web site to mobile

 
0
  #3
May 11th, 2008
Originally Posted by ismaily View Post
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
Quick reply to this message  
Join Date: Jan 2008
Posts: 71
Reputation: amigura is an unknown quantity at this point 
Solved Threads: 7
amigura's Avatar
amigura amigura is offline Offline
Junior Poster in Training

Re: how to send sms from web site to mobile

 
0
  #4
May 11th, 2008
u will need a sms provider like clicktell. some info

http://www.clickatell.com/developers/php.php
Quick reply to this message  
Join Date: Apr 2008
Posts: 14
Reputation: m_shanak is an unknown quantity at this point 
Solved Threads: 0
m_shanak m_shanak is offline Offline
Newbie Poster

Re: how to send sms from web site to mobile

 
0
  #5
May 11th, 2008
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
Last edited by m_shanak; May 11th, 2008 at 8:23 am.
Quick reply to this message  
Join Date: Jan 2008
Posts: 71
Reputation: amigura is an unknown quantity at this point 
Solved Threads: 7
amigura's Avatar
amigura amigura is offline Offline
Junior Poster in Training

Re: how to send sms from web site to mobile

 
0
  #6
May 11th, 2008
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
Quick reply to this message  
Join Date: Dec 2004
Posts: 4,177
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 479
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: how to send sms from web site to mobile

 
0
  #7
May 11th, 2008
Originally Posted by m_shanak View Post
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?
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Quick reply to this message  
Join Date: Mar 2008
Posts: 25
Reputation: blater is an unknown quantity at this point 
Solved Threads: 7
blater's Avatar
blater blater is offline Offline
Light Poster

Re: how to send sms from web site to mobile

 
0
  #8
May 11th, 2008
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.
Quick reply to this message  
Join Date: Dec 2004
Posts: 4,177
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 479
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: how to send sms from web site to mobile

 
0
  #9
May 11th, 2008
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...
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Quick reply to this message  
Join Date: Apr 2008
Posts: 14
Reputation: m_shanak is an unknown quantity at this point 
Solved Threads: 0
m_shanak m_shanak is offline Offline
Newbie Poster

Re: how to send sms from web site to mobile

 
0
  #10
May 12th, 2008
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
Quick reply to this message  
Closed Thread

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC