HI all

What I'm looking for is a way to play a beep sound as soon I get a message using php.

I wrote a script which every 10 minutes looks into a Mysql DB and in case there is new information it displays a message to different users, so I need to produce a beep sound as soon the message is being shown in the screen.

Thanks in advance

    PHP is server-side, and thus can't force the client to beep. You might be able to do this with some Javascript of Flash embeded in an HTML page though...

      Write a Reply...