$filename=preg_replace("/[.&!:\\\?\^\'\"\$]/", '', $thread[title]);
$filename=preg_replace("[\s]", "_", $thread[title]);