well this nearly has nothing to do with m3u format
I just want to know how to header out a
m3u file using header s
eg:
in m3u file
http://myhost/1.mp3 //I just want to get this from a txt file using header
who can give the content type ?thanks
$fp=fopen("dat.dat","r");
$src=fgets($fp,255);
header("??")
???//this is my trouble