#Strip special characters and replace space with underscore for file name $special=array('.',',','?','/','!','|',':','"','*',''','©','®','™'); $fileName = strtolower(str_replace('&', "and", str_replace(' ', '-', str_replace($special,'',$thisPage)))); ?>