can php respond to events? (immediately respond when and SMS is received)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • john schultz

    #1

    can php respond to events? (immediately respond when and SMS is received)

    I'd like to write an web application that auto-responds to SMS text
    messages. so the idea is: a user sends an SMS to the server and the
    server immdiately returns a preset string to the sender.

    is that possible with php?
  • Jochen Daum

    #2
    Re: can php respond to events? (immediately respond when and SMS is received)

    Hi,


    On 22 Jul 2004 17:20:23 -0700, post@cunterfeit .com (john schultz)
    wrote:
    [color=blue]
    >I'd like to write an web application that auto-responds to SMS text
    >messages. so the idea is: a user sends an SMS to the server and the
    >server immdiately returns a preset string to the sender.
    >
    >is that possible with php?[/color]

    It depends how the text messages are delivered to the server. I have
    it running here with a CDMA modem and it works fine. Depends also on
    the country.

    Generally, its easily possible, if you have access to cron jobs.

    HTH, Jochen


    --
    Jochen Daum - Cabletalk Group Ltd.
    PHP DB Edit Toolkit -- PHP scripts for building
    database editing interfaces.
    http://sourceforge.net/projects/phpdbedittk/

    Comment

    Working...