That would be javascript alert() feature. (Documented so much on sites
which can be found on google I won't even bother explain)


On Mon, 13 Dec 2004 18:23:35 -0800 (PST), Sejati Opreker
<[EMAIL PROTECTED]> wrote:
> 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 <[EMAIL PROTECTED]> 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
> 
> 


-- 
N Jones
#newzealand @ irc.freenode.net
The future of IRC is coming,

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to