help me for pc to mobile sms application in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
skfake
Forum Newbie
Posts: 2
Joined: Tue Dec 30, 2008 2:15 am

help me for pc to mobile sms application in php

Post by skfake »

I am trying to build sms application for my website.
I want start to end process for that to do in php + MySql as a backend.
I tryied it but I struck in sms gateway :banghead: which should I use and and how to cofigure it and it should be free of cost otherwise is there any alternative that can I use and send sms fro my pc to mobile.

Please help me.
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Re: help me for pc to mobile sms application in php

Post by susrisha »

I am not sure if i will be of good help but in order to send an SMS, you need to have an SMS gateway through which you can send the messages. I have tried using my mobile phone connected to my PC as an SMS gateway for sending messages and receiving them. There is a particular library which i found through some google search. Lost the link though. The speed will be very less if you use a mobile phone as SMS gateway (about 27 messages per minute) and i know it sucks. Then there are some API providers who integrate their SMS gateway servers with the local Mobile network providers who offer the same message for sending through a HTTP api . Try for those because creating an SMS gateway for a single web application/ hosting the same will be problematic and strenous and much more time taking than the development of the site itself.

Hope this helps.
Post Reply