Re: [PHP]Packing file data into a variable???

2001-09-22 Thread Richard Lynch
.com/volunteer.htm - Original Message - From: Chris Cocuzzo <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Saturday, September 22, 2001 12:51 PM Subject: [PHP]Packing file data into a variable??? hey- my main goal here is to be able to stream an mp3 thr

[PHP]Packing file data into a variable???

2001-09-22 Thread Chris Cocuzzo
hey- my main goal here is to be able to stream an mp3 through any player that can accept m3u files. My idea was to use the format of an m3u file, which looks like this: #EXTM3U #EXTINF:324,cs-1.mp3 http://www.fplg.net/audio/cs-1.mp3 and pack it into a variable to be sent out using a header com