#!/usr/bin/php ',''); $title=str_replace('.','_',$title); echo $title."\n"; rename('temp.mp3',$title.".mp3"); unlink('temp.flv'); print "DONE\n"; ?>