Jump to content

Play a sound .


lynxus

Recommended Posts

Hi guys,

Im trying to figure out how to play a sound when a condition = X, Google isnt being too friendly with this one.

 

Maybe someone here could help.

 

I have a php script that checks a mysql db and if it finds a row with beep = 1 then i want it to play a beep to the clients computer.

 

ie:

 

if ($row['beep'] == "1") {
      echo to the browser some way to make it go beep.
}

 

The way it gets to the browser is via ajax, So i dunno if theres a way to tell JS to do the beep/sound?

 

Thanks

G

 

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/161340-play-a-sound/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.