Hi.

> What should the link include? Is it possible to just say,
> for example, http://somesite.com/music/something.mp3?

There shuoldn't be any problem in just writing the link. You could make the
syntax like this:
print "<a href=\"http://domain.com/link/to/your/file.mp3\"; title=\"Name of
your MP3 File\">";

>Also, if I wanted them
> to listen to streamed music does PHP have any >specialized functions I
could
> use to achieve that?

Not that i know of, but it is possible to make an audio player in
javascript. You can do a search on Google on that

Regards
Anders from DK

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to