You know how you can have a background sound file playing on your webpage? Well, can you have sound files play using PHP?
What I want to do is a have a list of songs and have the user click the button for the song and have it play. Can this be done using PHP?
I really don't think you could do something like that with PHP, but most definitly with JavaScript.
To have a background sound playing in an HTML page, you can use:
<bgsound src="mysound.wav">