Send sms via php script

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Send sms via php script

    Hi,

    I would like to know if someone have already
    implement a sms based system with php and
    how you have done this job.

    Thanks in advance.

    --
    Alexandre Jaquet


    Alexandre Jaquet Guest

  2. Similar Questions and Discussions

    1. Can not send mail from bash script
      Hi , I have created a little script that is running as daemon ( it is hard to say as daemon :)) ) . Then i try to send a mail and the mail is...
    2. Send script to all mc's in level
      Hi, I have a function id like to send to all the mc's in a layer except the mc i just clicked on. heres my script: function...
    3. Send text to a PHP script which updates a .txt file??
      Hi I have a page on my dynamic text field on my page which loads text from a news.txt file. This works perfect. What I have problems with is...
    4. Send mail script step
      I have a script to send mail to email addresses in a field (noted in the To: part of the mail specification. When the script is run, the...
    5. SEND MAIL script with check box
      okay - i've figured out how to make a check box into a button that performs a SEND MAIL script. but - i can't figure out how to add a step to the...
  3. #2

    Default Re: Send sms via php script


    "Alexandre Jaquet" <alexjaquet@msn.com> wrote in message
    news:3f95641b$0$3668$5402220f@news.sunrise.ch...
    > Hi,
    >
    > I would like to know if someone have already
    > implement a sms based system with php and
    > how you have done this job.
    >
    > Thanks in advance.
    >
    > --
    > Alexandre Jaquet

    [url]http://www.hotscripts.com/PHP/Scripts_and_Programs/Communication_Tools/[/url]

    Regards,
    Brent


    Brent Colflesh Guest

  4. #3

    Default Re: Send sms via php script

    "Alexandre Jaquet" <alexjaquet@msn.com> wrote in message
    news:3f95641b$0$3668$5402220f@news.sunrise.ch...
    > Hi,
    >
    > I would like to know if someone have already
    > implement a sms based system with php and
    > how you have done this job.
    >
    > Thanks in advance.
    >
    > --
    > Alexandre Jaquet
    You need to find an SMS gateway aggregator unless you want to invest in VERY
    expensive pipes to the individual providers.

    The interface used by each gateway will probably vary but the one I used was
    totally HTTP based. I wrote all the scripts myself without any problems. A
    simple SMS sending system used with a good gateway would take less than 10
    lines of code, so don't worry about it.
    It's probably best to find a gateway company, read the interface specs, and
    then come back with specific questions.


    HTH


    Treefrog Guest

  5. #4

    Default Re: Send sms via php script

    Quote Originally Posted by Alexandre Jaquet View Post
    Hi,

    I would like to know if someone have already
    implement a sms based system with php and
    how you have done this job.

    Thanks in advance.

    --
    Alexandre Jaquet
    Hello Friend, I have done successfully integration..check dezsms.com,+965-55629768
    imtiazphp Guest

  6. #5

    Default Re: Send sms via php script

    sir now days i cannot send the sms it was showing error.if the sms sonme time going also it i will not deliver pls can u reply sir
    Unregistered Guest

  7. #6

    Default Re: Send sms via php script

    You need to use third party SMS Gateway and connect your application to it. Most SMS gateways provide external API which can be used to do that. They usually have documentation which you can use to find out how to integrate SMS notification in your code.
    I can suggest you to try http://www.phpjabbers.com/web-sms/
    I've used them once for a client of mine and I had no trouble integrating the code.
    Unregistered Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139