At 12:17 PM 2/6/2006, Paul Novitski wrote:
At 07:15 AM 2/5/2006, tedd wrote:
Does anyone know a way to generate a sound (bell, click, tone, peep,
buzz, word) from php?
Hi Tedd,
I was about to tell you that ringing a bell from PHP wasn't possible,
since PHP is executed on the server, but I searched for
http://php.net/bell and found this:
http://php.net/manual/en/function.newt-bell.php
Unless the Newt functions are an extension you're looking for, I suspect
you're off-track. A bell or other terminal sound is a time-specific
event. PHP generally executes in background, generating data to be
downloaded to the client and rendered there in "real time." When exactly
would you have a bell rung? I believe you need to look to a client-side
script for this type of functionality. Unless you want a bell to ring on
the server while it's executing a script for the client?
Making wings for angels.
M.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 267.15.2/251 - Release Date: 2/4/2006
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php