If you are trying to play the sounds on the client's PC, then you can't do this with PHP
PHP is a server side language, so if you tried playing soudns with it, it would only be heard by the people standing next to your server :).. You might want to take a look at some HTML or JScript, or Flash, or many other methods of playing music. (which are all client side "languages") Andrew ----- Original Message ----- From: "Alfonso Ballesteros" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 8:02 PM Subject: [PHP] Sound with PHP > Hello... I'm a newcomer and wish to know if it is possible to play sound > files (mp3 or wav) using PHP. For example, if I have 2 sound files, how to > play one after the other. > > Thanks > Alfonso > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php