I planning to make an inventory php-mysql based program, that need to warn my user when the stock reach at specific mount, yeah that true playing sound might annoyed some people around, is it posible to use the same way if sound replace by a dialog box ? --- Richard Lynch <ceo@xxxxxxxxx> wrote: > Sejati Opreker wrote: > > How do I make automaticly PHP playing a sound > (Ogg, or > > MP3 format file) when MySql (in Table, or Coulom) > > reach a number (for example 5) > > Errrrr. > > You'd have to write a query in MySQL/PHP such as: > $query = "select whatever = 5 from something"; > > Or, perhaps: > $query = "select count(*) from something where > whatever"; > > Or maybe something entirely different. You've been > so vague about the > specification that we can't really say. > > Then, you need to use OBJECT and EMBED tags in your > HTML printed out by > PHP to make the sound play. You can count on a > *LOT* of annoyed users > when you automatically play an audio file, by the > way. > > The exact format of the OBJECT and EMBED tags > depends on what format you > want, Ogg or MP3. > > Pretty much, there wasn't really any PHP in your > question, when you get > right down to it... > > -- > Like Music? > http://l-i-e.com/artists.htm > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php