<?
$nomefile = fopen("example.m3u","w");
$testo = "Qui ci metti tutto quello che vuoi";
fwrite($nomefile,$testo);
fclose($nomefile);
?>


...come al solito