<?php $filename = 'playlist.m3u'; echo $_POST["output"]; header("Content-Disposition: attachment; filename=$filename"); ?>