Results 1 to 3 of 3

Thread: php sms

  1. #1
    Join Date
    Aug 2009
    Posts
    74
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default php sms

    hi

    iam writing code for sending sms (may be upto 30,000) i want to know wht all the applications i have to install on php server that allows my code to send sms to mobiles

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Nothing, really.
    Unless you actually want to setup your own mobile phone company with all of the technical issues of doing so, then you will need to use another company's SMS services.
    This means you pay a small fee per SMS that you send and the process is easy to implement into a PHP script because you just send the data to the SMS-sending site and it will send it for you, automatically.
    If you google "sms sender" (+"php" if needed), you will find lots of options for paid services.

    However, be aware that there are really no options for free SMS messages because someone needs to pay for the message to be sent and phone companies like making money from it.


    There are theoretically ways to actually hook up a cell phone to your server and have it send the messages when requested, so this might be one option, BUT it is very difficult to setup, requires a phone sitting at your computer all the time (so what is the point in not paying if you have to pay for an extra phone and an account), and if you send a huge number of messages it may be a problem with your service provider for "unlimited messages" that are supposed to be for private use, etc.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. The Following User Says Thank You to djr33 For This Useful Post:

    hemi (11-26-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    73
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    just use gammu
    I also use this

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •