Sending SMS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shalini Bhalla
    New Member
    • Dec 2007
    • 190

    Sending SMS

    can i write a program to send SMS as o can for sending emails in PHP ?
  • sandeepsandeep
    New Member
    • Dec 2006
    • 50

    #2
    Originally posted by Shalini Bhalla
    can i write a program to send SMS as o can for sending emails in PHP ?
    it is possible to send SMS messages from a website you might simply want to provide your viewers with Free SMS to drive traffic to your site.

    u can be used for any gateway that provides access via HTTP, it is based on TM4B's SMS Gateway

    they are the only gateway I know that have a simulation mode for tweaking your scripts

    use the curl in Php and send request to SMS Getway API.whose provide the free service.

    Regards,
    Sandeep AGRWAL

    Comment

    • Schetan
      New Member
      • Mar 2008
      • 4

      #3
      can i write a program to send SMS from my web page.
      One another thing is my client is in india and i am also india so what is procedure to send the sms or what should i do? and i am just new with php

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Originally posted by Schetan
        can i write a program to send SMS from my web page.
        One another thing is my client is in india and i am also india so what is procedure to send the sms or what should i do? and i am just new with php
        To start with, get an understanding of the PHP language, email, HTTP and the lot.

        The go to this site and follow that rather lengthy tutorial on SMS via HTTP .

        Ronald

        Comment

        • TheServant
          Recognized Expert Top Contributor
          • Feb 2008
          • 1168

          #5
          Does anyone here do this?

          Comment

          • dlite922
            Recognized Expert Top Contributor
            • Dec 2007
            • 1586

            #6
            Originally posted by TheServant
            Does anyone here do this?
            not me!

            why would people use a website to send SMS?, since most IM programs do it anyway, and there are hundreds of sites that do it already if the first two choices fail.

            Who'll bother?

            Comment

            • ronverdonk
              Recognized Expert Specialist
              • Jul 2006
              • 4259

              #7
              Originally posted by dlite922
              not me!

              why would people use a website to send SMS?, since most IM programs do it anyway, and there are hundreds of sites that do it already if the first two choices fail.

              Who'll bother?
              Question in this thread is not if it is sensible to use SMS via HTTP, question is that someone seeks help on that. Or at least is curious to know if it is possible.

              Ronald

              Comment

              • TheServant
                Recognized Expert Top Contributor
                • Feb 2008
                • 1168

                #8
                Originally posted by dlite922
                not me!

                why would people use a website to send SMS?, since most IM programs do it anyway, and there are hundreds of sites that do it already if the first two choices fail.

                Who'll bother?
                I guess you're right. Just looking for some more services I could offer.

                Comment

                • johnlin
                  New Member
                  • Apr 2008
                  • 1

                  #9
                  let me try to answer your question

                  Do you need to receive SMS? If you need to receive SMS, you will need to host your own GSM device or modem so that people can send you SMS.

                  If not, you can just use internet SMS gateways like clickatell as mentioned above will do the work, and post to them by HTTP, XML or email. The cost is about 6-8 cents per SMS. There are cheaper services, but not always reliable. If you need to host your own GSM device, you can use software like http://www.kannel.org (GPL Open Source) or http://www.visualgsm.com. Alternatively, you may obtain a shortcode from your Telco - but these come with monthly subscription of maybe one or two hundreds.

                  Regards,
                  url removed - moderator

                  Comment

                  • TheServant
                    Recognized Expert Top Contributor
                    • Feb 2008
                    • 1168

                    #10
                    Cheers mate. I probably won't pursue this until my site has much heavier traffic. Thanks for your reply though.

                    Comment

                    Working...