Make a sound in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ghjk
    Contributor
    • Jan 2008
    • 250

    #1

    Make a sound in php

    I developed web application using php. Now I want to add alarm to one of my page.There is a column which displays the database value and when the data exceed the threshold values i want to make a sound. How can i do that? Please help me.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Well, PHP doesn't 'make sounds'. But you could, in a IF statement to check whether the threshold is exceeded, print out an embedded html .wav sound.

    Cheers,
    Markus.

    Comment

    Working...