Page 1 of 1
SMS in PHP
Posted: Fri Oct 17, 2008 6:57 pm
by youropensource
how to send the SMS from the website?
please give me the sample source code for this If you have the code.
Re: SMS in PHP
Posted: Sat Oct 18, 2008 8:48 am
by yacahuma
dont you send an sms by just sending an email?
Re: SMS in PHP
Posted: Sun Oct 19, 2008 6:52 am
by novice4eva
Humm i wanted to do something like this. I found an article that might help.
http://www.developershome.com/sms/howTo ... romPC4.asp.
Re: SMS in PHP
Posted: Wed Oct 22, 2008 5:59 pm
by youropensource
hmm... looks in to mycantos.com site. you can send the sms from the site over India. If send the message from the site, the receiver will get message like as follows,
"From : MYCantos
Message: Your Message here.."
I guess mycantos.com purchase the bulk sms from AIRTEL or other provider right ?
If yes, how to develop the code in PHP. otherwise I'am not sure.
I can develop the sending SMS in JAVA or VB application but I'm not sure whether it is possible
in Web-based Applications (PHP or Asp.net) ?
Re: SMS in PHP
Posted: Thu Oct 23, 2008 1:24 am
by pavanpuligandla
I can develop the sending SMS in JAVA or VB application but I'm not sure whether it is possible
in Web-based Applications (PHP or Asp.net) ?
i think u can only develop those applications using php or asp or jsp.
herez the link, i tried it working well without any issues..
try this one..
http://www.ozekisms.com/php-sms-api-rec ... 24opt.html
Re: SMS in PHP
Posted: Thu Oct 23, 2008 4:11 am
by novice4eva
pavanpuligandla that was a nice article, thanks. But it seems the SMS is getting into a textfile and then read into PHP, not a mobile to mobile thing. Correct me if i am wrong. I am certain that in order to do such thing we have to have some sort of access to the mobile corporation or SMS server(if there is such thing

) or something of that nature, costing us a fortune!! As lots of article suggests, we can buy the number of SMS that we can send in cheaper rate, that seems to be the only way out

Re: SMS in PHP
Posted: Thu Oct 23, 2008 1:10 pm
by youropensource
novice4eva wrote:pavanpuligandla that was a nice article, thanks. But it seems the SMS is getting into a textfile and then read into PHP, not a mobile to mobile thing. Correct me if i am wrong. I am certain that in order to do such thing we have to have some sort of access to the mobile corporation or SMS server(if there is such thing

) or something of that nature, costing us a fortune!! As lots of article suggests, we can buy the number of SMS that we can send in cheaper rate, that seems to be the only way out

I guess you're thought is right
Re: SMS in PHP
Posted: Thu Oct 23, 2008 9:40 pm
by novice4eva
novice4eva wrote:But it seems the SMS is getting into a textfile and then read into PHP, not a mobile to mobile thing.
friends let me correct there, it is not mobile to mobile thing, which already exists, i meant PHP to mobile!! Bear with me here: i posted the flawed comment in here, then i continued my work at office for say 4 - 5 hours, then went back to home, watched a horror movie "SHUTTER", played monopoly games 3 times in my mobile - lost 2 of them, had a nice sleep and THIS MISTAKE IS WHAT I RECALL THE VERY MOMENT I WAKE UP

I know this post is not the place to discuss these things, but trust me when i say that this has happened to me more than once...i don't mean to sound hypochondriac, is it normal at all??? What i if i get married and the next morning i realize that the girl does not look like the one i was supposed to marry

hehehe
Re: SMS in PHP
Posted: Fri Oct 31, 2008 11:58 am
by youropensource
anyone help me ?
Re: SMS in PHP
Posted: Fri Oct 31, 2008 5:34 pm
by pavanpuligandla
hii..
yes it is not from mobile to mobile..its from a pc to mobile to say.
the text messages were read by php.. i think there are no such php programs as far as my knowledge.but heard about emergency mass notification system which uses the above said article.
one thing u've to do is to maintain a DB of user's mobile numbers. so that u can send them mass notifications.
i can provide another link, which u'll get more information for further study..
http://www.3nonline.com/demos
http://www.e2campus.com/my/seattleu/signup.htm
hope these may help u..
please do post if u find more about php sms.
Many Thanks,
Pavan Puligandla.