richie
Jan 28 2007, 08:10 AM
| | I want to send sms to my users through my website ,is there any way to do it with php or any other sofware, what i want is to help my users get their private message alerts on their cell phones, is there anyway to do it without tieing up with the smm providers on the web ,like they tell to pay you few cents per sms ,is there anyway i can do it free, like cani become a provider just like them ,or make a way like, if a user agrees to pay for alerts ,than whenever an alert goes the amount gets deducted from the user's cell phone , i am a newbie ,so dont know much hoe things work in cellphones and web interface ,any help is appreciated  |
Comment/Reply (w/o sign-up)
TavoxPeru
Jan 29 2007, 01:17 AM
QUOTE(richie @ Jan 28 2007, 03:10 AM)  I want to send sms to my users through my website ,is there any way to do it with php or any other sofware, what i want is to help my users get their private message alerts on their cell phones, is there anyway to do it without tieing up with the smm providers on the web ,like they tell to pay you few cents per sms ,is there anyway i can do it free, like cani become a provider just like them ,or make a way like, if a user agrees to pay for alerts ,than whenever an alert goes the amount gets deducted from the user's cell phone , i am a newbie ,so dont know much hoe things work in cellphones and web interface ,any help is appreciated  Yes, i'm pretty sure that it is possible, but as you, i am a newbie in this especific area of development -never work with it  -, so, i recommend you to visit the php classes website where you can find a lot of php classes that will help you to do it. Best regards,
Comment/Reply (w/o sign-up)
Jimmy89
Jan 30 2007, 01:04 AM
i visited the php classes website and found a good php script that can send sms messages. Works great! there are also a few others that i havent tried but dont look half bad. good luck -jimmy
Comment/Reply (w/o sign-up)
richie
Jan 30 2007, 07:08 AM
Thanks for the reply guys, i am trying them now and they seems to be really good.
Comment/Reply (w/o sign-up)
tatodani
Feb 28 2007, 09:05 PM
How can i receive and process SMS's content in PHP?
Comment/Reply (w/o sign-up)
nightfox
Mar 14 2007, 02:07 AM
QUOTE(tatodani @ Feb 28 2007, 05:05 PM)  How can i receive and process SMS's content in PHP? You can't. SMS (aka text messaging) is limited to phones. Not unless your server has a phone line hooked up to it!  (<--- I want full credit for that if that ever becomes an invention). [N]F
Comment/Reply (w/o sign-up)
vitorious
Mar 14 2007, 06:30 AM
I work for a cell phone company. As a user of one though I constantly use google sms (www.google.com/sms). So you must be able to do this if were accessing google info through sms. Facebook does it as well. Im kind of interested in this myself I know that you can rent a 5 digit cell phone number for calling or sms (dreaded premium messages). Even if you just had a cell phone with a nothing plan (can receive unlm sms on most providers) you could connect it and write a script that uploads the info to mySQL. -Jordan
Comment/Reply (w/o sign-up)
FeedBacker
Nov 7 2007, 09:41 AM
With verizon, you can send text messages to an email and process them accordingly using a php script. and sending them is just as easy. to send to the number (843)-888-9944 on verizon, the email address is 8438889944@vtext.com and it will usually (not always if they have an alias) come from taht address as well. that's what I use.
Comment/Reply (w/o sign-up)
FeedBacker
Feb 20 2008, 04:57 AM
Which script did you end up using?
How Do I Send SMS To Mobiles Through My Site
Replying to Jimmy89Which code did you end up using...I am looking for something similar. Do you get to send unlimited SMS messages? and is it reliable?
Comment/Reply (w/o sign-up)
iGuest-narayan
Jul 14 2008, 09:35 AM
Replying to Jimmy89I want php Scripts to send sms alert. Thanks in Advance. -reply by narayan
Comment/Reply (w/o sign-up)
iGuest
Aug 16 2009, 04:29 AM
SEND SMS THROUGH YOUR WEBSITE
How Do I Send SMS To Mobiles Through My Site
What is so unclear... Guys you can not send SMS unless you use some SMS gate way to move your messages from websver to the telecom server. Servage is one of the providers with one such option. You might want to TRY 160by2. They offer a free service to send SMS through e mail. So if you could generate some PHP script to send a email to a specific phone number in a specific format and from a specific e mail address then you will be able to send text messages using your website.
I have a sample script slightly altered by me but needs further alterations.
-reply by amar
Comment/Reply (w/o sign-up)
iGuest
Aug 10 2009, 08:38 AM
I want to recieve sms on a computer and process them.
How Do I Send SMS To Mobiles Through My Site
Hi friends,
I have some work for which I want to recieve sms through a number and then I want to convert them in a form which can be easily processed in any language for certain out comes. I have made everything but m unable to convert these texts in a processable form.Does any one knows anything about it?

If you know any scripts to put them in a sql database or convert them so that they can be used as text in some place please do give me the link...

-question by Crazy
Comment/Reply (w/o sign-up)
iGuest
Apr 15 2009, 04:39 AM
to pass the sms tamil or hindi or kannada to mobile application.
How Do I Send SMS To Mobiles Through My Site
I changed from english to some other languages(tamil ,telugu,hindi).I want to send to mobile application as I typed.But I can able to send mobile application.One thing is ,the person(receiver) cant able to see the languages.He can see only some illegal characters.I changed him to the language which I have sent.Example I sent him msg to hindi.And I changed to hindi from his mobile.But the value is not coming.Only the illegal characters coming.Is there any format I should change before I send to sms in php.Pls help me anything I should encrypt or decode som ething..Pls help me
-reply by devaraj
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : send, sms, mobiles, website
- Should This Great Site Offer Imagemagick ?
May be the admin of this site think over it. (3)
Dynamic Site Design - Where Do I Start ?
(7) I am new to php. I have some programing background in html, javascript, and c++ but have never done
anything in php Can someone reccomend some good sites or books etc that can help someone who is
completely new? My ultimate goal is to make a game like/similar to ponyisland.net....
Need Help Is Adding A PHP Based News Module To My Site
(2) Hey guys i need a simple help i'm builing a homesite and i have a little spot for news. Well i
just place there the Topics and add a link to another page "news.php". Well its obvious that i dont
want to build a file for each news that i have so i know that exists a way to work with SQL & PHP. I
will show want i'm doing CODE require ('mysql.php');
$query="SELECT * FROM News ORDER BY `data` ASC LIMIT 0,5 "; $result=mysql_query($query);
$num=mysql_num_rows($result); mysql_close(); echo " Outras Other News "; $i=....
Multilingual Site: Send The User To Page Of Choice
(6) If you have one site in diferent laanguages, this simple script can redirect the user to the correct
page acording to his/her language: CODE // Enslish EUA elseif ($HTTP_ACCEPT_LANGUAGE ==
"en-us"){ header("Location: index_eng.html"); } // Inglês UK elseif ($HTTP_ACCEPT_LANGUAGE ==
"en-gb"){ header("Location: ingles_enuk.html"); } // Portuguese if ($HTTP_ACCEPT_LANGUAGE ==
"pt-br"){ header("Location: index_ptbr.html"); } //German elseif ($HTTP_ACCEPT_LANGUAGE ==
"de-de"){ header("Location: index_ger.html"); } // Swedish elseif ($HTTP_ACCEPT....
Using Bitflags To Restrict Site/page Permissions
(1) My professor is designing a website that uses bit-flag checking to allow access to certain pages.
You login, validate login, and store their allowed bit flag into a session variable. Then you
compare to see if they have access or not. It's fairly new to me, but it's apparently very
common with linux users. Sounds interesting to me, just wondering if any one has used this, or is
it a little too much for simple pages. His site however is going to be more of "software" for
several users. Is it very secure and does it work well?....
How To Use Cookie In Your Web Site ?
this semple code to use and get cookie (1) what is the cookie ? the cookis it is some info sent and save in user computer whare i can use the
cookies? becouse the cookies it like the header you can not send it after any output wes sent so
you must send the cookies before any output like as ,echo and any other code i well make an E.X.
to use the cookies you must have 2 file index.php update.php ---------- in the index.php add this
code CODE // This section must go at the top of the page that will display // the
users favorites. These are the 'default' URLs that the user // will se....
Do You Want A Mail Form In Your Site
(2)
Notice from m^e:
Repeat post. Credits reduced by 5 days. Learn to USE
THE SEARCH BUTTON before you make such posts.
did you want to have in your web site mail form
that allow the user to send mails to anther mail from his mail e.g. the compose in yahoo CODE
from to cc bcc subject
function param($Name) { global
$HTTP_POST_VARS; if(isset($HTTP_POST_VARS )) return($H....
Own Links On Site
(6) I'm thinking of having some kind of system so the users can register and then put up their
links. Everything should be saved in some kind of database. Anyone now any tutorial or guide or
something like that of how to do that?....
PHP Based Site Access Authentication - Help
How to block parts of your web-site ?? (4) How can i program my web page using php that when the value of the login box is equal to some string
then go to my success.html otherwise on my fail.html????help me guys!
------------------------------------ It would help the readers far better to understand what your
problem is - if you state the nature of it in short in your topic title, instead of just "Php help".
It'll also get you a lot more responses. Am changing your topic title to give you an example.
All the best /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> m^e....
Site Counters - Help Needed
(13) I want a good Site counter(to keep track of visitors) for my site..... can nebody temme.....
where will i get free stuff on this... (dont ask me to google..and try out..i am doing that..just in
case u know someplace) OR Can how do i design my own (which seems quite....difficult for me) Plz
help!! Satya....
Php Script To Download File From Another Site
(11) hi i need a php or java script code for downloading files from other sites to my site for example:
http://download.com/file.zip to http://mysite.com/file.zip thanks....
How Do U Make Members Only Web-site
(7) how do u make it that only a member of that site can view that page?....
Looking for send, sms, mobiles, website
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for send, sms, mobiles, website
|
advertisement
|
|