To add music to your website, just put this in the <head> Section of the page you want the music to play on, Most likely Index.php
<embed src="yourmusic.mid"
width=1 height=1 autostart=false repeat=true loop=true> </embed>
If you want the music to start automatically, change autostart=false to autostart=true
If you want a little Stop/Play box also, change width=1 height=1 to width=25 height=25
Make sure the music you want to play is in your htdocs folder, lets say you have a song called req.wav then you would change <embed src="yourmusic.mid" to <embed src="req.wav
Well there ya go, if you need help, post a reply