User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 422,833 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,276 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 10201 | Replies: 10
Reply
Join Date: Nov 2006
Posts: 2
Reputation: ismaily is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
ismaily ismaily is offline Offline
Newbie Poster

how to send sms from web site to mobile

  #1  
Nov 15th, 2006
how to send sms from web site to mobile
Can some please help , script to be used php
Thank you
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Nov 2006
Posts: 35
Reputation: boo_lolly is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
boo_lolly boo_lolly is offline Offline
Light Poster

Re: how to send sms from web site to mobile

  #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 10:13 am.
Reply With Quote  
Join Date: Apr 2008
Posts: 5
Reputation: m_shanak is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
m_shanak m_shanak is offline Offline
Newbie Poster

Re: how to send sms from web site to mobile

  #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
Reply With Quote  
Join Date: Jan 2008
Posts: 71
Reputation: amigura is an unknown quantity at this point 
Rep Power: 1
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

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

http://www.clickatell.com/developers/php.php
Reply With Quote  
Join Date: Apr 2008
Posts: 5
Reputation: m_shanak is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
m_shanak m_shanak is offline Offline
Newbie Poster

Re: how to send sms from web site to mobile

  #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 7:23 am.
Reply With Quote  
Join Date: Jan 2008
Posts: 71
Reputation: amigura is an unknown quantity at this point 
Rep Power: 1
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

  #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
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,429
Reputation: peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough 
Rep Power: 11
Solved Threads: 294
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

  #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)

If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Reply With Quote  
Join Date: Mar 2008
Posts: 25
Reputation: blater is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 7
blater's Avatar
blater blater is offline Offline
Light Poster

Re: how to send sms from web site to mobile

  #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.
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,429
Reputation: peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough 
Rep Power: 11
Solved Threads: 294
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

  #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)

If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Reply With Quote  
Join Date: Apr 2008
Posts: 5
Reputation: m_shanak is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
m_shanak m_shanak is offline Offline
Newbie Poster

Re: how to send sms from web site to mobile

  #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
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb PHP Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the PHP Forum

All times are GMT -4. The time now is 10:52 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC