Just wandering if I can display alert message with a default sound. the current code is below and the problem is no sounds.
function disp_alert()
{
alert("test")
}
and
$message="test";
echo '<script>alert("test");</script>';
Moderator: General Moderators
Yes, ofcoz. however I figure out PHP can not do the Alert function.PHPyoungster wrote:Are you sure you have your volume up?